aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-11 11:47:38 +0100
committerAkshay <[email protected]>2021-04-11 11:47:38 +0100
commit73d99e5fd317eca8b42eefba0f741c1a309a0098 (patch)
tree22477af08c35e190738236213cdcba5c88b2e4cc /posts
parent5a43ac3be6d788e6c662213710b36b36bce93478 (diff)
add day 20 of devlog
Diffstat (limited to 'posts')
-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