summaryrefslogblamecommitdiff
path: root/html/benoit.html
blob: e3a611dfed75dceb9c98cbd4a9233f0fb2f1b22a (plain) (tree)
1
2
3
4
5
6
7
8
9
               
                

                                      
                                             
                                                                                    
 

                                                                                           
                                                

                                                            


                                                                        

                                                                          

               
                                 
                                                               
 
                               
                                                         

                                 


                                                                                                                                                                            
                                    
                                                                                                                                                                                                                                                      

                                  
                                                                 
 

                                                                                                                                                                                                   
                                    

                                                                                  
 
                                                                 
 

                                                                                                                                                                                                       



                                                                                  
                                                      
 

                                                                                                                                                                   

                                  
                                                                       
                      
               



                                       
       
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="darkreader-lock">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<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>Benoit | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>

		<script src="/js/init.js" type="text/javascript"></script>
	</head>

	<body data-page="benoit">
		<!--#include virtual="/include/header.shtml"-->

		<div id="page">
			<h1 id="anchor.about">benoit</h1>

			<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/"><code>benoit</code></a> crate, from which the frontends <code>benoit-cli</code> and (in the future) <code>benoit-gui</code> derive.</p>
			</section>

			<h1 id="anchor.benoitCli">benoit-cli</h1>

			<section>
				<p>The <code>benoit-cli</code> 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>

			<h1 id="anchor.benoitGui">benoit-gui</h1>

			<section>
				<p>The <code>benoit-gui</code> 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>

			<h1 id="anchor.docs">docs</h1>

			<section>
				<p>Documentation for the main library can be found on <a href="https://docs.rs/benoit/latest/benoit/"><code>docs.rs</code></a>.</p>
			</section>

			<!--#include virtual="/include/footer.shtml"-->
		</div>
	</body>

	<script type="text/javascript">
		init();
	</script>
</html>