Closed masonblier closed 2 years ago
Awesome! I hope I'll find time to have a proper look at the code in the next few days.
Sorry I still haven't looked at it - I hope I'll find the time/motivation over the christmas vacation.
@bwasty No problem, I haven't been able to take a second revision at this yet either, I know there are still some bugs and better testing/interfaces needed.
ping
Hello bwasty et al,
I've done some work to implement a wasm build target for this project, so this gltf viewer can be used in a web browser.
The diverged code is in the
platform/gl
orplatform/webgl
directories. Originally I thought to make a new project, but there were fewer changes required than I thought. I am using this repository for a personal web-based gltf file explorer tool, and may also attempt to implement skinning/animations for my own education.Please let me know any issues or features you think necessary to accompany this PR.
Thank you for this project and allowing all to learn from and modify the source code.
Building
Build the wasm web target with this command. You may need to follow setup instructions from the wasm-pack website.
Known Issues