I got stuck on rendering as it was too hard to implement, and i couldn’t find any support for it as it’s kind of a niche project.
I “abandoned” the project for a few months, which I regret, but I also had tons of stuff to do in the meantime, such as studying for my high school final exam, going on vacations and such, and also participating in a hackathon.
I’ve been working on a terminal browser lately.
I got the idea because my friend has a laptop so old, that he cannot even use a GUI on it, he just uses it in tty mode, which means that he couldn’t browse the internet, and also not preview the apps we were working on (Open Classeviva).
I decided to build it in rust because of ratatui, the TUI library, and because I figured I would need more concurrency control than what go gives me.