Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 621 Bytes

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