1. three.js is undoubtedly the best library to create interactive content for the web in 3d.
link
a working sample of three with react can be found below
https://stackblitz.com/edit/react-7n5qf9?file=src%2FApp.js
why choose threejs
1. lightweight
2.fast
3.big community
https://discourse.threejs.org/
4. even you can use unity or unreal to publish html5 content but i don't think that would be acceptable in many cases.
5. open-source project.
i created a running sample with React
Comments
Post a Comment