aboutsummaryrefslogtreecommitdiff
path: root/posts/SDL2_devlog.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/SDL2_devlog.md')
-rw-r--r--posts/SDL2_devlog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/posts/SDL2_devlog.md b/posts/SDL2_devlog.md
index 569fdba..9c4ef41 100644
--- a/posts/SDL2_devlog.md
+++ b/posts/SDL2_devlog.md
@@ -5,6 +5,16 @@ on the editor. The days are listed in reverse chronological
5order, begin from the bottom, if this is your first time on 5order, begin from the bottom, if this is your first time on
6this page. 6this page.
7 7
8### Day 20
9
10More `lisp` stuff! I added a new brush, for rectangular
11selections. While selection doesn't do much on its own, the
12selected area can be passed onto a `lisp` procedure, for
13example, a procedure to draw horizontal black and white
14lines:
15
16![Day 20](https://u.peppe.rs/frU.mp4)
17
8### Day 19 18### Day 19
9 19
10Attempted [some isometric 20Attempted [some isometric