kovacsv / assimpjs

The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
MIT License
121 stars 18 forks source link

Possibility to Add More Exporters #17

Closed jwjoel closed 2 months ago

jwjoel commented 2 months ago

Thank you for your amazing work on this awesome project!

I have been exploring the codebase and noticed that there are limited exporters available. I am interested in using more exporters provided by Assimp, such as the FBX exporter. Are there specific challenges or limitations that prevent the integration of more exporters from Assimp? I have reviewed the code, but I am not entirely sure why more exporters are not currently supported. Any insights would be greatly appreciated!