Tagged Questions
1
vote
3answers
406 views
How to expose game data in the game without a singelton?
I'm quite new to cocos2d and games programming, and am currently I am writing a game that is currently in Prototype stage. Everything is going okay, but I've realized a potentially big problem and I ...
3
votes
1answer
164 views
Using allocators for different systems
I am going over the memory architecture for my game and even though I know my memory budgets may not be final, I at the point where I can start using them in a general sense. I know that I will need ...
8
votes
3answers
2k views
Custom allocators used in game development
I have been researching creating my own allocator methods (that will support things such as a memory pool and profiling), however, as I continue my research I have been looking for how this was done ...