https://github.com/blixt/js-procedural-demo
A demonstration of the procedural package.
https://github.com/blixt/js-procedural-demo
Last synced: 5 months ago
JSON representation
A demonstration of the procedural package.
- Host: GitHub
- URL: https://github.com/blixt/js-procedural-demo
- Owner: blixt
- Created: 2014-07-30T13:23:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T07:36:26.000Z (almost 12 years ago)
- Last Synced: 2025-10-11T15:58:39.942Z (8 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
procedural demo
===============
A procedurally generated universe.
Uses [procedural](https://github.com/blixt/js-procedural) for generating the
whole universe.
WIP
---
This project is a work in progress. The goal is to render individual planets
with vegetation.
How to run it
-------------
```bash
git clone https://github.com/blixt/js-procedural-demo.git
cd js-procedural-demo
npm install
gulp
```
If you don't have the `gulp` command line tool, you need to install the package
globally: `npm install -g gulp`. You can read more about gulp and how it works
on [its website](http://gulpjs.com/).