Shipped this project!
SHIPPED!!!
I built a desktop code editor that is more lightweight than VS Code, supports most, if not all of the icon/theme packs (with a few code changes to point to the right filepaths), and has some syntax highlighting.
This project right not is in its most basic state, so don’t expect any fancy LSP, AI integration, Git, or nothing like that. It’s essentially a text editor that looks good, runs with <100MB of RAM, and has complete access to your filesystem.
I made this in Rust, which I have learned to NEVER use again. Although it was an experience, for sure, to learn this language, I do not recommend it as a passion language, since it is just so WIERD.
Anyways, had some challenges in making the releases, but the MacOS release uses Homebrew, and the Windows one has a simple .exe file.
Happy Coding!