https://github.com/kimgoetzke/practice-three-js
Mini-project to learn the basics of Three.js.
https://github.com/kimgoetzke/practice-three-js
css javascript parcel three-js
Last synced: about 1 month ago
JSON representation
Mini-project to learn the basics of Three.js.
- Host: GitHub
- URL: https://github.com/kimgoetzke/practice-three-js
- Owner: kimgoetzke
- License: mit
- Created: 2023-05-20T19:47:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:58:36.000Z (over 2 years ago)
- Last Synced: 2025-01-19T05:29:05.711Z (over 1 year ago)
- Topics: css, javascript, parcel, three-js
- Language: JavaScript
- Homepage:
- Size: 9.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Three.js Practice Project
The purpose of this project was to explore Three.js and build a super simple but functional app.

## How to start
1. Clone and open project in your IDE
2. Use `parcel ./src/index.html` to run the server
2. Navigate to `http://localhost:1234/` in your browser
3. Use `W`/`A`/`S`/`D` keys to move the sphere and `left mouse button` to control the camera
## Key technologies used
1. Node.js
2. Three.js
3. Parcel