aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-01 05:11:51 +0100
committerAkshay <[email protected]>2021-04-01 05:11:51 +0100
commitfe9b5edea79dfc508066efca2156aeb02cf16cde (patch)
tree500b209e026e6a573e18b4b14a3706c6c8449dc3 /posts
parent01ef5ffab82e3cfaf64dba23a970e99f67b84fdb (diff)
add day 16 video
Diffstat (limited to 'posts')
-rw-r--r--posts/SDL2_devlog.md5
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
32The following script draws a straight line along a given
33axis, 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
34I began writing a standard library for the lisp, in lisp. It 39I began writing a standard library for the lisp, in lisp. It