spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability
https://fastgltf.readthedocs.io/v0.8.x/
MIT License
312 stars 48 forks source link

Android file load #14

Closed DethRaid closed 1 year ago

DethRaid commented 1 year ago

This PR adds functionality to load files from within an Android APK

Note: This change only supports loading files with embedded buffers and textures. External buffers and textures will require more work. I'll implement them after spnda's URI changes make it in