Made a little write up about this undo system on my blog: https://loganforman.com/writing/implementing-a-simple-undo-system.html
Made a little write up about this undo system on my blog: https://loganforman.com/writing/implementing-a-simple-undo-system.html
&imp, labelling axes, change the size of the "plot box", and starting on 2d mode
&imp some 3d axes in raylib.. realized theres no 3d text functions so had to switch to rolling those for a bit
Got hotreloading from aseprite files set up in my engine. I also use a metaprogram to export the tags as constants I can use in code to script the animations. Thanks for all the help https://discordapp.com/channels/239737791225790464/1151807940555186316
Made a post describing how I made a small (~650 LOC, excluding my personal library) static site generator for my new website. Features a markdown-like compiler and some other nice things: https://lcfd.dev/technical/making-a-ssg1.html