Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bozzhik/threejs

usage example of three.js
https://github.com/bozzhik/threejs

3d-animation onscroll threeasy threejs

Last synced: 21 days ago
JSON representation

usage example of three.js

Awesome Lists containing this project

README

        

# Three.js usage example

The project to demonstrate the capabilities of the Three.js and Threeasy

### Getting Started

1. Clone the repository

```bash
git clone https://github.com/bozzhik/threejs.git
```

2. Install dependencies

```bash
npm i
```

3. Run server

```bash
npm run dev
```