https://github.com/swiftcoder/rockson
Make rocks via the magic of CSG
https://github.com/swiftcoder/rockson
Last synced: about 1 year ago
JSON representation
Make rocks via the magic of CSG
- Host: GitHub
- URL: https://github.com/swiftcoder/rockson
- Owner: swiftcoder
- License: mit
- Created: 2017-05-21T07:14:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T15:05:08.000Z (about 9 years ago)
- Last Synced: 2025-01-29T23:41:44.890Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://swiftcoder.github.io/rockson/
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rockson
## Based on three-go by MichaelHazani
https://github.com/MichaelHazani/three-go
## What does it do?
It makes random rock meshes via simple CSG operations. Start with a sube, slice and dice till you get a rock.
## Installation:
- clone
- npm install
- "npm start" launches two scripts: [watchify](https://github.com/substack/watchify) and [browser-sync](https://github.com/BrowserSync/browser-sync).