diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/SDL2_devlog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/posts/SDL2_devlog.md b/posts/SDL2_devlog.md index 72aedef..991a246 100644 --- a/posts/SDL2_devlog.md +++ b/posts/SDL2_devlog.md | |||
@@ -29,6 +29,11 @@ Some aliases to switch between brushes: | |||
29 | (else (brush-circle)))) | 29 | (else (brush-circle)))) |
30 | ``` | 30 | ``` |
31 | 31 | ||
32 | The following script draws a straight line along a given | ||
33 | axis, at a given distance from the canvas boundary: | ||
34 | |||
35 | ![Day 16](https://u.peppe.rs/b3i.mp4) | ||
36 | |||
32 | ### Day 15 | 37 | ### Day 15 |
33 | 38 | ||
34 | I began writing a standard library for the lisp, in lisp. It | 39 | I began writing a standard library for the lisp, in lisp. It |