Skip to content

This repository is a learning project from the Three.js Journey, which showcases a series of exercises and experiments built with Three.js. The goal is to explore and master 3D graphics on the web, focusing on real-time rendering. Thank you to the creators of Three.js Journey for providing such a valuable resource!

Notifications You must be signed in to change notification settings

iluna007/Portfolio_05_Threejs_journey_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Three.js Journey

Project Overview: This repository is part of a learning journey through Three.js Journey, where I explore real-time 3D graphics and rendering using Three.js. The project includes various exercises and experiments that demonstrate Three.js's capabilities for web-based 3D visualizations. Special thanks to the Three.js Journey team for their fantastic resources!

Technologies Used:

Three.js JavaScript (ES6+) Vite HTML, CSS Installation and Deployment:

Prerequisites:

Node.js and npm Installation Steps:

npm run build

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

#Clone the repository:

git clone https://github.com/iluna007/Portfolio_05_Threejs_journey.git

# Navigate to the project folder:

cd Portfolio_05_Threejs_journey

# Install dependencies:
npm install

# Start the development server:

npm run dev

Acknowledgments: Thank you to the creators of Three.js Journey for their valuable learning resources!

About

This repository is a learning project from the Three.js Journey, which showcases a series of exercises and experiments built with Three.js. The goal is to explore and master 3D graphics on the web, focusing on real-time rendering. Thank you to the creators of Three.js Journey for providing such a valuable resource!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published