schteppe / cannon.js

A lightweight 3D physics engine written in JavaScript.
http://schteppe.github.com/cannon.js
MIT License
4.67k stars 709 forks source link

Where can I learn this? There is no videos or good website I can find. #383

Open SpammerBoi opened 6 years ago

SpammerBoi commented 6 years ago

I finished learning Three.js today to make a game. I realized Three.js is not enough and you need protoge-I mean Cannon.js. There is no tutorials where I can learn from. I learned Three.js off of videos and theres no videos of Cannon.js except for people using it. Please show me where. I need a FPS type of view.

zch1234qq commented 6 years ago

where did your learn the three.js tutorials vedio?

schteppe commented 6 years ago

There is a hello world tutorial here: https://github.com/schteppe/cannon.js/wiki/Hello-Cannon.js%21

And an FPS demo using threejs here: http://schteppe.github.io/cannon.js/examples/threejs_fps.html