This is just a basic and silly experiment to learn Three.js and other webdev tools (npm, parcel, ect). I mainly made this as a reference, test and a possible foundation for any silly projects I make with Three.js.
git clone https://github.com/lukedev820/Three.js-basic-setup
cd Three.js-basic-setup
npm install
npm run dev
- The threejs code can be found in
src/client.js
- Models should be placed in
static/
I must admit I am still quite new to both Three.js and JavaScript. If you think i could have done something better or you believe a feature could improve the demo (Dat GUI for example) feel free to make a pull request!