0
How About Three JS for 3D Game?
For a games
1 Answer
+ 8
Malika Shakila ,
have a look at this site:
https://threejs.org/manual/#en/game
it says:
... *three.js is not a game engine*. Three.js is a 3D library. It provides a scene graph and features for displaying 3D objects added to that scene graph but it does not provide all the other things needed to make a game. No collisions, no physics, no input systems, no path finding, etc, etc... So, we'll have to provide those things ourselves.