Skip to content

Commit 5251bfd

Browse files
authored
Update README.md
1 parent fb50988 commit 5251bfd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ And as usual, there will be a program with a raytracer :)
5050

5151
## run tests
5252
```sh
53-
make test
53+
make run
5454
```
5555

56+
## Graphics!
57+
It is so dull to compute Fibonacci numbers, so here are more eyecandy examples for our compiler, check gfx/*.wend files.
58+
```sh
59+
make gfx
60+
```
61+
### Mandelbrot set
62+
![](https://raw.githubusercontent.com/ssloy/ssloy.github.io/main/docs/tinycompiler/gfx/mandelbrot.png)
63+
64+
### Zero-player breakout game
65+
![](https://raw.githubusercontent.com/ssloy/ssloy.github.io/main/docs/tinycompiler/gfx/breakout.gif)
66+
67+
### Fire
68+
![](https://raw.githubusercontent.com/ssloy/ssloy.github.io/main/docs/tinycompiler/gfx/fire6.gif)

0 commit comments

Comments
 (0)