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.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/posts/SDL2_devlog.md b/posts/SDL2_devlog.md
index 216e7b3..4605b91 100644
--- a/posts/SDL2_devlog.md
+++ b/posts/SDL2_devlog.md
@@ -5,6 +5,22 @@ 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 14
9
10I attempted a [small art
11piece](https://peppe.rs/art/ramen_noodles.png) using the
12editor, while it was largely usable, I felt a certain lack
13of feedback. The brushes just didn't relay as much info as
14I'd have liked, for example, the approximate points of the
15line or the angle made by the line against the x-axis.
16Unfortunately, the existing infrastructure around brushes
17and line drawing didn't easily allow for this either. I went
18ahead and reimplemented brushes, and added a new flood fill
19brush too:
20
21![Day 14](https://u.peppe.rs/8q.mp4)
22
23
8### Day 13 24### Day 13
9 25
10I added a few more forms to the `lisp` evaluator. It handles 26I added a few more forms to the `lisp` evaluator. It handles