An open API service indexing awesome lists of open source software.

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.

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.

![](demo.gif)

## 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