geni
geni
Minecraft Sonic
Tons of things are missing, the code isn't exactly perfect, it hasn't been tested much, but the core of the mod somewhat works. - [ ] Estimates - [ ]...
This mostly happens to audio packets sent from a Chromium-based browser in a voice channel with a bitrate of over 64kbps, however it can sometimes happen even on 64kbps. As...
Rewrite
It's about time for a rewrite. *(in C11)* My work on 3DStris started out as a way to better learn C++ *(as I'm sure many can tell)*. As a result,...
While CMake has improved a substantial amount over the last few years, it's awful for cross-compilation and still isn't all that good to write or (especially) use. Meson is the...
The 3DStris GUI system was made as a placeholder for a less hardcoded one. Something like [randrew/layout](https://github.com/randrew/layout) could help.
Our `String` class works great, assuming we always want it to allocate heap memory. Unfortunately, most strings in 3DStris are fairly small, meaning heap allocation is often unnecessary. Reference: https://github.com/elliotgoodrich/SSO-23...
Scoring
Closes #93 Saving is not in the scope of this PR, it'll instead be done separately. - [ ] Code cleanup (a lot of it) - [ ] Proper score...