From 439091635880851ad57188fb369e7915a401f6fc Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 18 Mar 2021 19:35:04 +0530 Subject: add entry for day 11 --- posts/SDL2_devlog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'posts') diff --git a/posts/SDL2_devlog.md b/posts/SDL2_devlog.md index 08e0084..d62e376 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 order, begin from the bottom, if this is your first time on this page. +### Day 11 + +I intend to supplement the editor with scripting language +and an inbuilt REPL for the same. I began by implementing a +text box widget from scratch, with history and readline like +editing: + +![Day 11](https://u.peppe.rs/Mh.mp4) + + ### Day 10 I started reading up on dithering methods and half-toning, I @@ -111,7 +121,7 @@ come in handy down the line. ### Day 3 I implemented the bare minimum required to call the program -and "editor". The application displays a grid, tracks mouse +an "editor". The application displays a grid, tracks mouse events, paints white to the canvas on left click, and black to the canvas on right click. I created a make-shift MVC architecture à la Elm in Rust. -- cgit v1.2.3