I tried learning some three-js to use in the tom-clover website. I tried following along with some tutorials and had some success making three-js environment locally. I realised I would need a bundler like webpack to use three-js in the tom-clover website. I got it kinda working with Vite running locally (which I think bundles code for you) but couldn't get that over to the live site. So we just used a recording of the 3D dog spinning in the three-js environment instead.
This repo contains:
- three-js-master
- three-js-webpack-template
- three-js-tutorials (cource code for three different coruses)
- three-js-projects (me follwoing along with tutorals and attempts at 3D dog environemnt for tom-clover website) -- highest number is most recent version -- 3D dog scans
-
Firebase project: three-js-vite-test - https://console.firebase.google.com/project/three-js-vite-test/overview -- I believe one of the projects within this repo tried setting an environment with Vite and Firebase.
-
tom-clover repo - https://github.com/norjamton/tom-clover -- the project I was trying to use three-js in