BBQGiraffe
BBQGiraffe
my game uses a lot of classes, and every time I add a new class type I have to add `for (Entity entity : ex.entities.entities_with_components(ClassName)) ` to be able to...
fixes text disappearing when resizing window(tested on software and hardware accelerated renderers).
found a memory leak today because it causes my entire computer to crash, probably something to do with music playback since I suck at writing sound code
IMG entries have 8 bytes after their width and height and before the actual image data, I never bothered figuring out what it was but I guess now is a...
implemented an IBK reader, would be cool to have it be used, maybe when I implement OPL music
C# is my favorite language but I do plan on having this work on older computers and this current iteration uses over a hundred megabytes of memory, which is ridiculous...
this has to do with rounding their floating point position to integers, I could have a separate Vec2i that tracks what grid they're on, this would be much more accurate...
the only available editor doesn't have available source code and doesn't have any form of preview, this should be simple enough to implement,
got this sort of working, my math is horrible so I probably did something wrong [video](https://youtu.be/OGrbImq0Sh0)
the original mouse controls in Nitemare 3D were utter garbage and I'm not adding them in, but I am adding standard fps controls as an option