Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bw2012/UnrealSandboxTerrain
Unreal Engine smooth voxel terrain plugin
https://github.com/bw2012/UnrealSandboxTerrain
Last synced: about 1 month ago
JSON representation
Unreal Engine smooth voxel terrain plugin
- Host: GitHub
- URL: https://github.com/bw2012/UnrealSandboxTerrain
- Owner: bw2012
- License: mit
- Created: 2016-08-01T17:54:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T18:17:56.000Z (about 2 months ago)
- Last Synced: 2024-10-20T22:35:56.795Z (about 2 months ago)
- Language: C++
- Homepage: http://unrealsandbox.github.io/
- Size: 1.06 MB
- Stars: 314
- Watchers: 24
- Forks: 80
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - UnrealSandboxTerrain - Smooth voxel terrain plugin. (Awesome Unreal Repositories / World Building)
- awesome-unreal - UnrealSandboxTerrain - Smooth voxel terrain plugin (Gameplay)
- awesome_unreal_engine_4_-_5 - Sandbox Terrain (Voxel)
- awesome_unreal_engine_4_-_5 - Sandbox Terrain (Voxel)
README
# UE4/UE5 Procedural smooth voxel terrain plugin
![Unreal Engine 4 voxel terrian](http://media.indiedb.com/images/games/1/51/50197/ezgif.com-video-to-gif_2.gif)
Tested with Unreal Engine 4.27, 5.1, 5.2, 5.3, 5.4 on Ubuntu Linux 22.04 and Windows 10
Provide high terrain detalization with high rendering performance
Partially based on Transvoxel™ Algorithm by Eric Lengyel http://transvoxel.org/
# Example
Example UE4 project (discontinued) - https://github.com/bw2012/UE4VoxelTerrainExample UE5 project (with grass and trees) - https://github.com/bw2012/UE5VoxelTerrainDemo
Example UE5 project (minimal working example)- https://github.com/bw2012/UE5VoxelTerrainTemplate
# Features
* Runtime terrain modification
* Procedural landscape/caves generation
* Level of details
* Up to 65535 terrain material (dirt, grass, sand, clay etc)
* Network multiplayer support> [!WARNING]
> This plugin designed for experienced Unreal Engine developers. Blueprint is not supported. C++ only# License
MIT license