Tagged Questions
1
vote
1answer
268 views
How should I share variables between instances/classes?
I'm making a game using LOVE, so everything is programmed in Lua. I've been experimenting with using classes and object orientation recently. I've found out that a nice system to use is having most of ...
6
votes
2answers
293 views
Particles/instancing groups in an Entity/Component system
I've been playing with an entity/component/system design recently, and I've come across a couple of stumbling blocks.
Instancing
Let's say I have a few hundred "things" (asteroids, chickens, ...