diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/SDL2_devlog.md | 16 |
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 | |||
5 | order, begin from the bottom, if this is your first time on | 5 | order, begin from the bottom, if this is your first time on |
6 | this page. | 6 | this page. |
7 | 7 | ||
8 | ### Day 14 | ||
9 | |||
10 | I attempted a [small art | ||
11 | piece](https://peppe.rs/art/ramen_noodles.png) using the | ||
12 | editor, while it was largely usable, I felt a certain lack | ||
13 | of feedback. The brushes just didn't relay as much info as | ||
14 | I'd have liked, for example, the approximate points of the | ||
15 | line or the angle made by the line against the x-axis. | ||
16 | Unfortunately, the existing infrastructure around brushes | ||
17 | and line drawing didn't easily allow for this either. I went | ||
18 | ahead and reimplemented brushes, and added a new flood fill | ||
19 | brush too: | ||
20 | |||
21 | ![Day 14](https://u.peppe.rs/8q.mp4) | ||
22 | |||
23 | |||
8 | ### Day 13 | 24 | ### Day 13 |
9 | 25 | ||
10 | I added a few more forms to the `lisp` evaluator. It handles | 26 | I added a few more forms to the `lisp` evaluator. It handles |