Replies: 1 comment 3 replies
-
I like the idea of better integration, so I'm totally with you on that part 👍 However, I'm not really sure how this integration would work? Would you make it possible for people to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there is language called assemblyscript (something like typescript but compatibile with webassembly) and webgl engine written on it (LUME)
https://github.com/lume/lume
which has perfect binding for html and react. Coping same thing here could be amazing, and also open three-d to react developer like me :)
https://github.com/lume/lume/blob/develop/examples/3ds-model.html
https://github.com/lume/lume/blob/develop/examples/react/src/App.jsx
Beta Was this translation helpful? Give feedback.
All reactions