A simple WebGL project to render hexagonally tiled planets in the browser with procedurally generation. You can view the live demo here.
git clone cd webgl-procedural-planets yarn install
Then run yarn dev to start the development server.
yarn dev