engine3d-dev / engine3d

Open-source game engine to be used for developing games
Apache License 2.0
1 stars 3 forks source link

Asset System #13

Open SpinnerX opened 4 months ago

SpinnerX commented 4 months ago

Asset Rendering

It implements an asset importer/exporter that allows us to import assets to Engine3D or export assets from Engine3D into specific asset file formats.

You may want to think about this kind of implementation and consider hot-reloading techniques. So we should discuss on a way to make this more flexible.