Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipjscott/terrapaint
Library that lets you draw heightmaps in the browser quickly :art:
https://github.com/philipjscott/terrapaint
Last synced: about 1 month ago
JSON representation
Library that lets you draw heightmaps in the browser quickly :art:
- Host: GitHub
- URL: https://github.com/philipjscott/terrapaint
- Owner: philipjscott
- Created: 2017-08-16T20:43:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T05:10:27.000Z (about 2 years ago)
- Last Synced: 2024-10-16T20:01:44.398Z (2 months ago)
- Language: JavaScript
- Homepage: https://philipjscott.github.io/terrapaint/
- Size: 152 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terrapaint
### Canvas heightmap generator
![Island heightmap](https://philipjscott.github.io/terrapaint/island.png)
More demonstrations here:
### Installation
If you plan to use Browserify or Webpack: `npm install terrapaint --save-dev`
### Usage
Either embed
```html