26 reputation
2
bio website
location Winnipeg, Canada
age 24
visits member for 10 months
seen Apr 5 at 21:11
stats profile views 9

I don't know if I'm a programmer or artist first.

I have worked on a few hackathon weekend games and have done a lot of prototyping. I am now trying to better understand frameworks and systems before starting my first real project.


Jul
20
awarded  Supporter
Jul
20
comment Tilemaps in a Entity System Framework?
Thank you for updating your answer! I love code snippets.
Jul
20
comment Tilemaps in a Entity System Framework?
I really like this suggestion as well. I can add tilemaps into the entity framework without having to separate the tilemap helpers from the data, or having to break up the tilemap into multiple components / entities.
Jul
20
comment Tilemaps in a Entity System Framework?
The entire tilemap is contained within a single component? Is it attached to some sort of game environment entity / master entity? I can see a pretty large benefit gained by separating the render-er from the tilemap component.
Jul
20
awarded  Student
Jul
20
asked Tilemaps in a Entity System Framework?