Entangled / MkDocs Showcase¶
Here you may find several examples of using Entangled and MkDocs together to generate beautiful notes, technical reports or tutorials.
L-Systems in Python¶
Abstract
- Learn about generators in Python: sure you've heard about
yield
, nowyield from
is guaranteed to blow your mind! - Learn how to generate tables and figures in Entangled: every output on this page is computed directly from the code you see.
- Learn how to generate fractal trees, they're pretty!
The Buddhabrot Fractal in Rust¶
Abstract
- Parallel computing using Rust and Rayon with two different methods: parallel iterators and join.
- Use Makefiles to your advantage to manage more expensive computations.
- Create images that are out of this world!