Skip to content

timetocode/volcanic-island-generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
map
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Volcanic Island Generator

A procedural terrain generator for use in games.

alt tag

More pictures of the output: http://timetocode.tumblr.com/post/93970694121/volcanic-map-generation-step-by-step

Open index.html to run the generator (requires app.js as well). Only tested in chrome so far.

The code is clientside javascript, but it is written in a node.js style and built with watchify. https://github.com/substack/watchify

app.js is built with

watchify main.js -o app.js

There are a collection of renderer calls at the bottom of main.js that can be uncommented, and correspond to the each of the pictures from blog post.

About

Game development, procedural terrain generation of volcanic islands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published