C++ - generic object factory (template?)

Started by
0 comments, last by Kimmi 15 years, 1 month ago
Is there any generic object factory out there that I could use?, even better if it's a template. I need object managers for my textures, entities, meshes, etc. and I don't really want to have a lot of redundant code. Any suggestions?
Advertisement
Maybe the loki-factory implementation can be useful for you: Loki factory.

And I know the ACE factory, it is a generic one, too.

Kimmi

A complicate solution may indicate a not understood problem.


[twitter]KimKulling[/twitter]

This topic is closed to new replies.

Advertisement