recp / AssetKit

🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also known as (AssetIO)
Apache License 2.0
185 stars 18 forks source link

loading images #9

Closed recp closed 4 years ago

recp commented 6 years ago

Currently AssetKit uses stb_image to load images but maybe creating a separate library for images would be better and give more control for loading images.

recp commented 4 years ago

Images are now passed to loader callback, AssetKit itself will no longer load images. In the future things may be changed.