A diverse collection of unique projects I built with Three.js, each demonstrating different features and capabilities of the powerful library, creating with the help of Bruno Simon's Three.js Journey. Each project is stored in its own folder, complete with all source files and resources.
Download Node.js.
Navigate into one of the directories to run.
Run the followed commands:
# Install dependencies (only the first time)
# npm
npm install
#pnpm
pnpm install
# Start the live server
# npm
npm run dev
# pnpm
pnpm dev