june / Drawing a triangle.
0 likes
0 forks
2 files
Last active 2 years ago
A demonstration of a line drawing port.
| 1 | |#|start exhaustive |
| 2 | |#|constant, @resolution-x, 800 |
| 3 | |#|constant, @resolution-y, 600 |
| 4 | ||start |
| 5 | |start| |
| 6 | @resolution-x:800, |
| 7 | @resolution-y:600, |
| 8 | set the window resolution, |
| 9 | main loop |
| 10 | |set the window resolution| @set-resolution |