Skip to content

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed May 19, 2024
1 parent aaa73b7 commit 23fa853
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 2 deletions.
110 changes: 110 additions & 0 deletions images/MandelbrotBasic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/MandelbrotFull.webp
Binary file not shown.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sections/01_rust_projects"
],
"templates": "templates",
"images": "images",
"lessons": {
"intro_to_rust": {
"next": ["rust_projects"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Rendering the Mandelbrot Set is one of my favorite projects because it's incredibly simple to create a simple renderer for it, but with enough effort you can improve it and create some astonishing results. Take a look!

$$IMAGE MandelbrotFull.png An image of the Mandelbrot Set that is colorful, complex, and visually interesting$$
$$IMAGE MandelbrotFull.webp An image of the Mandelbrot Set that is colorful, complex, and visually interesting$$

By the end of this series of projects, we'll build something capable of creating images like the one above. But first, let's start small. In the first lesson, there was an example of a simple Mandelbrot Set renderer - if you haven't already, [check it out](https://cratecode.com/lesson/rust-a-language-youll-love/75m1jc9k0p/xa3l5ahj5w)! This is what we'll be building today:

$$IMAGE MandelbrotBasic.png An image of the Mandelbrot Set rendered as text with asterisks and spaces$$
$$IMAGE MandelbrotBasic.svg An image of the Mandelbrot Set rendered as text with asterisks and spaces$$

## What is the Mandelbrot Set?

Expand Down

0 comments on commit 23fa853

Please sign in to comment.