From ad22c7ce9762fd731c693db6f2e124cbb82c1f93 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 28 Mar 2021 16:57:44 +0530 Subject: add day 14 of devlog --- posts/SDL2_devlog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'posts/SDL2_devlog.md') 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 order, begin from the bottom, if this is your first time on this page. +### Day 14 + +I attempted a [small art +piece](https://peppe.rs/art/ramen_noodles.png) using the +editor, while it was largely usable, I felt a certain lack +of feedback. The brushes just didn't relay as much info as +I'd have liked, for example, the approximate points of the +line or the angle made by the line against the x-axis. +Unfortunately, the existing infrastructure around brushes +and line drawing didn't easily allow for this either. I went +ahead and reimplemented brushes, and added a new flood fill +brush too: + +![Day 14](https://u.peppe.rs/8q.mp4) + + ### Day 13 I added a few more forms to the `lisp` evaluator. It handles -- cgit v1.2.3