HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
441 stars 70 forks source link

Document management for asset files #49

Open aclysma opened 10 years ago

aclysma commented 10 years ago

Need to implement functionality similar to the DocumentManager that takes care of assets. Minimal functionality would include:

The document manager currently does the following for files:

We also want a plan for detecting changed assets and updating entities, or updating assets that depend on some other asset.

This is the bulk of the functionality required for the editor to manipulate raw assets.