Description
Shader World is currently the only fully GPU accelerated tool for procedural world generation available on the Unreal Engine marketplace.
World, collisions, asset spawning are all generated on GPU. It means that you don’t need a great CPU at all as any entry level GPU is enough, including entry level Smartphones’s GPUs.
Shader World plugin is a high performance modern procedural Landscape generator.
It allows the creation of infinite oceans and landscapes with fast iteration and instant feedback.
From world creation to the spawning of instanced mesh or actors, the toolset is extremely power efficient on the device it is running on, reaching similar performance on CPU only would require managing an intensive multithreaded CPU workload , taking away resources that could otherwise be used for Gameplay (AI,.. ), while computing at runtime on GPU delivers unmatched performance, and high quality artist driven output.
Drawing inspiration from industry leaders and standards, the asset spawning framework is heavily inspired from the one currently used by games such as Horizon Zero Dawn.
Website : shader.world
Email: [email protected]
Twitter : twitter.com/ShaderWorldPlugin
Discord : discord.ShaderWorldPlugin
August 2022 New : Shader World 1.7 Highlight
Shader World 1.3 Video Review !
Infinite Forest + Speeder Bike Demo : Demo Download
Technical Details
Tested and compatible with : Windows 10, Mac (arm M1), iOS(IPad mini), Android (S9 OpenGL&Vulkan)
Documentation: Shader World Plugin – Documentation
Note: 5.0EA version on Github
Source: Github access after validation of ownership : Order ID+Epic username, or Question/Review(key symbol=Ownership)
Features:
- World creation from a Material function and Blueprint Brushes : fast iteration, instant feedback
- Modern Virtual HeightField as a Geometry clip map representation
- Landscape data layers : runtime computed equivalent to traditional UE4 Landscape layers
- Mesh and Actor spawning with custom density functions : GPU Driven, using Data layers
- BP Brushes can write into landscape layers : Heightmap Brush demo writes flowmap
- 16 Bits Heightmap import using a blueprint tool (raw/png 16bits)
- Compatible with mobile (Android & iOS) and desktop devices (Windows & Mac)
- Spawnable Meshes can enable collisions only at proximity for optimal performance
- Replace Tessellation
- Scalable Landscape Material: Clean and Commented, Manage Multi Biomes and feature performance options
Code Modules:
- ShaderWorld, Type: Runtime