Skip to content

An example of a simple procedural terrain generation in python. Perlin noise used

Notifications You must be signed in to change notification settings

LolaperezDS/Procedural_generation_on_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Procedural generation on Python

An example of a simple procedural terrain generation in python. Perlin noise used Preview

Install

For Windows

pip install perlin_noise
pip install pygame

For Linux

pip3 install perlin_noise
pip3 install pygame

Launch

For Windows

python /PATH_TO/main.py

For Linux

python3 /PATH_TO/main.py

About performance

The code is written in python and runs on the processor, this project is suitable for learning. If you need more performance, I advise you to visit my repository about fractal noise in a shader language

About

An example of a simple procedural terrain generation in python. Perlin noise used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages