Skip to content

A project of generating planets procedurally in the Bevy game engine for Rust.

Notifications You must be signed in to change notification settings

Oyveloper/Planet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planet generator (WIP)

The aim of this project is to be able to proceduraly generate planets based on user input. The planet generation will layer noise in order to create levels of detail. Hopefully it will be available online soon with the power of WebAssembly.

Creating the sphere

To create a sphere base for the topology I am using the approach of inflating a cube. This avoids some problems you get with other ways of creating the mesh, for example uneven UV's and inconsistent vertices. The method is heavily inspired by Sebastian Lauge's series on generating planets .

Game engine

I am using the Bevy game engine in Rust. It is still fairly new, but great for exploration projects like this.

About

A project of generating planets procedurally in the Bevy game engine for Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages