diff options
author | Akshay <[email protected]> | 2021-04-01 05:11:51 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-04-01 05:11:51 +0100 |
commit | fe9b5edea79dfc508066efca2156aeb02cf16cde (patch) | |
tree | 500b209e026e6a573e18b4b14a3706c6c8449dc3 /posts | |
parent | 01ef5ffab82e3cfaf64dba23a970e99f67b84fdb (diff) |
add day 16 video
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 |