๐ Generate WebGL planets powered by three.js, Next.js, and TypeScript.
This is a WORK IN PROGRESS and quite unpolished. Mostly this is just a fun project for me to learn React/Next.js.
Online - https://jimbuck.github.io/world-gen/
- Compose multiple layers (solid, liquid, & gas) for complex and diverse planetary bodies.
- Simulated mass, gravity, rotation, axis offsets and more.
- Ability to export and import planet data.
- Works on desktop, tablet, and mobile.
- Built using Next.js, TypeScript, and three.js
- Continuous Deployment via the Vercel platform.
- Fork it
npm i
npm run dev
- Make changes and write tests.
- Send pull request! ๐
MIT