Skip to content

derethil/webgl-procedural-planets

Repository files navigation

WebGL Planets

A simple WebGL project to render hexagonally tiled planets in the browser with procedurally generation. You can view the live demo here.

image

Tools Used

Running Locally

git clone
cd webgl-procedural-planets
yarn install

Then run yarn dev to start the development server.