blob: 7e722a0bb4b8d0dddc459c13cb492efbc9fe9b71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
<title id="title">Benoit | Achernar</title>
<link href="/css/main.css" rel="stylesheet">
<noscript>
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
</head>
<body data-page="benoit" data-theme="Dark" id="body">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
<p id="contentHeading">Benoit</p>
<section>
<p><em>Benoit</em> is a Rust-written programme for visualising complex functions, e.g. <em>the Mandelbrot Set</em> and similar fractals.</p>
<br>
<x-image data-file="benoit_screenshot0"></x-image>
<br>
<p>The project consists of the core <a href="https://crates.io/crates/benoit/"><span class="code">benoit</span></a> crate, from which the frontends <span class="code">benoit-cli</span> and (in the future) <span class="code">benoit-gui</span> derive.</p>
</section>
<section>
<p class="heading">benoit-cli</p>
<p>The <span class="code">benoit-cli</span> executable can render and animate using <a href="https://en.wikipedia.org/wiki/TOML/">TOML</a> files right from the commandline.</p>
<br>
<x-image data-file="benoit_screenshot1"></x-image>
</section>
<section>
<p class="heading">benoit-gui</p>
<p>The <span class="code">benoit-gui</span> executable, on the other hand, allows viewing fractals in realtime. Do note, however, that this frontend is currently unimplemented.</p>
<br>
<x-image data-file="benoit_screenshot2"></x-image>
</section>
<section>
<p class="heading">Docs</p>
<p>Documentation for the main library can be found on <a href="https://docs.rs/benoit/latest/benoit/"><span class="code">docs.rs</span></a>.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
<!--#include virtual="/include/initScripts.shtml"-->
</body>
</html>
|