Add tileset loading

This commit is contained in:
2026-06-05 12:02:40 +01:00
parent 419e95ac89
commit 821255a065
6 changed files with 118 additions and 6 deletions
-4
View File
@@ -233,10 +233,6 @@ core:
- ElementText
- ElementRect
- ElementImage
- ElementScript - uses function to return a pizel buffer each frame, can use frame caching (for stuff liek minimaps)
- should not reallocate every frame, can use dirty flag based system, uses a single string \
from ruby and maybe keep string alive (add to gc exception) on c++ side too and use the same buffer to send to sdl. \
so 2 copies 1 from ruby which can eb directly edited and then 1 a sdl texture object
- ElementWorld - (It is a view through a camera)
- The world has to have an ecs system buitl in it