Skip to content

wg-romank/planet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

planet-generator

Planet-like shape generator powered by Elm and WebGL. Try it out [https://wg-romank.github.io/planet-generator/]

This repository attemps to implement procedurial mesh generation using simplex noise. Repo contains basic shaders for ambient and diffuse lighting.

References

This work was greatly inspired by Sebastian Lague's tutorial [https://www.youtube.com/watch?v=QN39W020LqU]

Future work considerations