Skip to content

yemenlinux/Panda3D-ProceduralTerrainGeneration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panda3D-ProceduralTerrainGeneration

Python program using the Panda3d game engine to procedurally generate terrain, and colour it based off of altitude.

To Run:

Navigate to the folder in the terminal, and type

pip install panda3d

python main.py

OR

Install panda3d from the internet, navigate to the folder in the terminal, and type

ppython main.py

Wait a couple of seconds for the program to load. To speed up this time, remove the print statements from the python code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • GLSL 9.6%