MattGuerrette / VixenEngine

Open Source C++ Game Engine
http://mattguerrette.github.io/VixenEngine/
GNU General Public License v3.0
39 stars 13 forks source link

[VixenEngine] Offline resource database solution. Potential integration with Git database. #15

Open MattGuerrette opened 8 years ago

MattGuerrette commented 8 years ago

Currently there is only a runtime resource solution for VixenEngine. There needs to be an offline (not runtime) resource management solution that can transform DCC content into the content packages loadable by the game engine itself. This system will be needed for VixenEditor at some point to be able to compile content.

Features:

How do we implement such a feature?

Comments

Please let me know if you have any questions or concerns involving this project. It is no small task to create such a resource system, but I believe developing such a feature for Vixen will greatly improve the engine.

GonzoBright commented 8 years ago

Makes sense.