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
- Host: GitHub
- URL: https://github.com/lytedev/web-fps
- Owner: lytedev
- Created: 2017-01-20T23:09:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:32:06.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:32:11.767Z (about 2 years ago)
- Topics: 3d-graphics, work-in-progress
- Language: CoffeeScript
- Homepage: https://lytedev.io/web-fps
- Size: 6.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
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?