DevLog[3] - “This Takes Way Too Long”
Hey everyone!!
For this log I have prepared a delightful… nevermind, this is all tech stuff. :sadge
Never the less we will take a look! the main things I did was adding cursor support and improving input handling, which went from temporary to (practically) production!
The other part (the hard part that took like two hours) was adding the cursor. I hate this thing. The cursor made the program panic in so many ways that I stopped counting. also figuring out how to even add it was another hour or two just in research (this ended up as like three lines btw) for anyone wondering, the cursor is held in the main struct as it’s own struct of two u16 variables which are added (or removed from) whenever the arrow keys are pressed. The displayed block is Ratatui’s default cursor that took me a million years to find. :sob
Anyway, I have attached a video of most of the programs capabilities (I forgot to film the recent option and am too tired to do it again, sorry) [the hello and goodbye notes were not there initially]