Procedurally Physical Ecological Planet (PPEP)
Procedurally Physical Ecological Planet (PPEP) is a library of 2d nodes for Godot 4.6+, which can be used to create procedurally generated planets with physical and ecological features. It is designed to be lightweight, fast, and easy to use, making it suitable for a wide range of projects.
đŚ Get It and Installation
From Godot Asset Store (Recommended)
- Download the asset directly inside the Godot Engine or from the Asset Library website.
- Unzip the file and copy
res://addons/procedurallyphysicalecologicalplanet/into your project'sres://addons/directory. - Enable it in Project Settings -> Plugins.
From Codeberg
- Download the zip file from Codeberg.
- Unzip the file and copy
res://addons/procedurallyphysicalecologicalplanet/into your project'sres://addons/directory. - Enable it in Project Settings -> Plugins.
Note: The Codeberg version is unstable (development version), while the Godot Asset Store version is stable. If you want to use the latest features, please use the Codeberg version. If you want a stable version, please use the Godot Asset Store version.
đ§Š Modules
- Planet: The main module of PPEP, which is responsible for generating livable planets. The default terrain is smooth. it can play the role of a planet with life. (If ensable auto_gen_mode to
Just Terrain, it can as a terrestrial planet) - Asteroid: The sub of
Planetmodule, which is responsible for generating asteroids. It has a optional asteroid style terrain, it's irregular. it can play the role of an asteroid and satellite.
đ Future Plans
- Improve Environment Generation: PPEP will have improved environment generation capabilities to create more diverse and realistic ecosystems.
- Destructible Terrain: PPEP will have the ability to create destructible terrain that can be modified during gameplay.
- Weather and Water System: PPEP will have a weather system that can simulate different weather conditions, including rain, snow, and storms. It will also simulate the effects of weather on the ecosystem.
âď¸ Compatibility
- Godot Engine: 4.6+ (Most features can run on Godot 4.5 even lower).
- Physics: Godot Physics 2D.
đ License
This project is licensed under the Clear BSD License and is subject to the Additional Declarations and Compliance Guidelines.
Please check the LICENSE file included in the addon folder for details or look at this.
Quick Start: The "Quick Start" guide has been moved to the Wiki on Codeberg.
More information and full description on codeberg
Changelog for version v1.1(3.1.1-release-d7730f86c8-build)
No changelog provided for this version.