Skip to content

Planets procedural generation using a custom WebGPU renderer

License

Notifications You must be signed in to change notification settings

LucCADORET/ProcPlanets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcPlanets

A small tool to generate 3D planets, using native WebGPU. The goal of this tool is mainly to train myself on WebGPU, various graphics programming techniques, and procedural generation.

Showcase here

Example 1 Example 2 Example 3

Build

Features

TODOs and Ideas

More important is on top (or not)

  • add some textures ?
    • would be nice to have a drag and drop to test a texture
  • atmosphere
  • ocean shader
    • the transparency of the ocean when there's no light is ugly
    • actual waves
  • add a slow rotation of the planet: can give a better idea of the of the looks of the shadows
  • shadows:
    • how to make the shadows less "blocky" ? is there other methods to do the shadows ?
    • view frustrum of the shadow rendering should change depending on the planet radius (breaks if planet too big)
    • could add percentage-closer filtering
  • improve the terrain edition for more "earth-like" aspect
    • more variety of shapes: plateau, crests...
    • less regular "wavyness" with a lot of flat parts but also some high and some deep parts ?
  • add props on the surface
    • trees, rocks, grass/vegetation
  • compute the geometry on a compute shader ?
  • add LOD
  • add flight simulator
    • spawn from camera
    • simple collision with the mesh ?
  • add a bike/car drive on the surface ?
  • Improve GUI
    • Show a timer of the time taken to build the planet
    • show the current amount of polygons/vertices
  • Get rid of the seams between faces ? (They are invisible on high res)
  • Could improve the vertex normals computation (maybe not worth the hastle and computations)

About

Planets procedural generation using a custom WebGPU renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published