My Game Engine Projects
This article represents a CV of my independent work outside of professional development. All of the projects listed are game engines or related tools of varying »
This article represents a CV of my independent work outside of professional development. All of the projects listed are game engines or related tools of varying »
Introduction This article explores the creation of a data container for game programming. This container is meant to take the place of C++ standard library containers »
Memory allocation in game code requires thought and care if you want to avoid the performance pitfalls of typical C++ development practices. We have good reason »