DonerComponents icon indicating copy to clipboard operation
DonerComponents copied to clipboard

A C++14 Component-Based Game Object Model framework for developing videogames

Results 1 DonerComponents issues
Sort by recently updated
recently updated
newest added

Getting all components of one type would be useful for the engine. For rendering, I need to get all cameras, and all drawable components. I'd like to access the factories...