We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb50988 commit 5251bfdCopy full SHA for 5251bfd
README.md
@@ -50,6 +50,19 @@ And as usual, there will be a program with a raytracer :)
50
51
## run tests
52
```sh
53
-make test
+make run
54
```
55
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
+
63
+
64
+### Zero-player breakout game
65
+
66
67
+### Fire
68
+
0 commit comments