Spellbook-Studios / Spellbook

Cross platform JVM application & game development framework
Apache License 2.0
1 stars 0 forks source link

[ENC] Tilesets #23

Open Seba244c opened 9 months ago

Seba244c commented 9 months ago

A system that allows for a tile grid to be placed in world with a defined grid size, and you can the place tiles / sprites from a tileset / spritesheet onto that grid, with smart placing rules depending on the tileset.

Seba244c commented 6 months ago

Lets use https://github.com/SilverTiger/lwjgl3-tutorial/wiki/Batching

Seba244c commented 6 months ago

Also should be used in the Marco demo

Seba244c commented 6 months ago

41 Introduces batchrendering. It should be easy to implement this.

I am thinking grid system, and some very nice for loops