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

https://github.com/lytedev/web-fps

Goofing around with three.js
https://github.com/lytedev/web-fps

3d-graphics work-in-progress

Last synced: 5 months ago
JSON representation

Goofing around with three.js

Awesome Lists containing this project

README

          

# threejs-test

> Just a simple test with three.js.

Holy crap... this is too cool.

## Dependencies

* Run `yarn` and be done.

## Build

* Run `webpack` (or `yarn run build`) and find the compiled project in `dist/`.

## Develop w/ Hot Reloading

* Run `yarn run dev` and open [http://localhost:8080](http://localhost:8080).

## To Do

* Use Babel to compile the JS in webpack
* Switch to my beloved CoffeeScript?