kovacsv / assimpjs

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

Can I write/add an importer in JS? #3

Open jumpjack opened 2 years ago

jumpjack commented 2 years ago

I don't know C++, so I cannot add an importer to the original C++ source; can it be done in JS?

kovacsv commented 2 years ago

New importers should be added in C++ to the original assimp repository. assimpjs adds no extra functionality, it's just a compilation of assimp to javascript.