Started Development

I Started Development! I did a few things, such as: Drew some more concept art. Created a window class for handling the window. Who would have guessed? window.pollEvents(); window.clear(); window.update(); window.isOpen(); Implemented a chunk system to reduce memory usage and allow multithreading. In order to save memory, chunks containing tiles with the same data are simplified into a UniformChunk. Tiles, Padding, and Byte Alignment Tile data is stored like so: ...

July 14, 2025