Rover656 / Ngine

A C++ 17 library for producing 2D games.
https://www.nerdthings.dev/ngine
Apache License 2.0
2 stars 2 forks source link

Rewrite Tileset Rendering #18

Closed Rover656 closed 5 years ago

Rover656 commented 5 years ago

Rendering large tilesets with the canvas system results in massive textures being stored on the GPU. An alternative must be found, and the canvas system should be reserved for smaller sizes.

Rover656 commented 5 years ago

Tileset rendering has been rewritten it now uses viewport or cull area information to render the small section of tiles currently visible.