to learn three.js by easy example, you can use the following command:
git clone https://github.com/Bayn-Web/three.git
cd three
npm install
npm run dev
here is a way to learn three.js in some aspects (especially for beginners)
we will foces on how to use three.js to create a simple scene, and how to use three.js to create a simple animation.
to help me myself lean three.js and share it with you,regardless of whether you are an explorer or an expert.
btw,three.js is too large for me to read all of it. so I will focus on some aspects of it.
- how to create a simple scene
- how to use shader in three.js
- how to use some easy math in three.js
- how to use tween[https://tweenjs.github.io/] to create some easy animation.
i will be glad if you can help me to improve this project.
thanks for your attention.
if you have any question, please contact me by email:
or you can send message to me here
MIT