three_cpp
three_cpp copied to clipboard
Potential use with React Native
I just stumbled across this as I was looking at potential libraries that would act as a native layer for React Native, as a plug-in replacement for react-three. Are you still accepting PRs for this repo?
Not actively, unfortunately. Keeping in sync with upstream three.js was a losing battle.
Were I to start over again, I would instead maintain a port that emulates the original three.js design in spirit, rather than trying to directly mirror all the various concessions/design tradeoffs made in the context of a weakly, dynamically typed language like JS.