All Projects → bw2012 → Ue4voxelterrain

bw2012 / Ue4voxelterrain

Licence: mit
[WIP] Unreal Engine 4: Smooth voxel terrian example

Projects that are alternatives of or similar to Ue4voxelterrain

Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (-63.86%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
QTM-Connect-For-Unreal
Unreal plugin for real-time streaming from Qualisys Track Manager
Stars: ✭ 18 (-95.66%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+540%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
Gascontent
Repo to gather all Gameplay Ability System content for UE4
Stars: ✭ 398 (-4.1%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
Ue4 Binary Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 292 (-29.64%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
Ueviewer
Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).
Stars: ✭ 1,083 (+160.96%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (-24.34%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
Pbcharactermovement
HL2-style, classic FPS movement for Unreal Engine 4 implemented in C++
Stars: ✭ 582 (+40.24%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
Unreal-Binary-Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 554 (+33.49%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (-89.16%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+596.87%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
UT GameEventSystem
A flexible event system in Unreal Engine 4
Stars: ✭ 33 (-92.05%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
Fworldgenerator
Procedural world generator (plugin) for Unreal Engine 4
Stars: ✭ 45 (-89.16%)
Mutual labels:  unreal-engine, unreal-engine-4, plugin
Sluaunreal
lua dev plugin for unreal engine 4
Stars: ✭ 1,195 (+187.95%)
Mutual labels:  unreal-engine, unreal, plugin
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+43.37%)
Mutual labels:  unreal-engine, unreal-engine-4, voxel
Unreal Polygonal Map Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Stars: ✭ 229 (-44.82%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
Unrealcpp
Unreal Engine 4 C++ examples
Stars: ✭ 490 (+18.07%)
Mutual labels:  unreal-engine, unreal-engine-4, unreal
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (-57.11%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (-81.45%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4
ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (-77.11%)
Mutual labels:  unreal, unreal-engine, unreal-engine-4

UE4VoxelTerrain (WIP)

Unreal Engine 4 procedural voxel terrian example (partially based on Transvoxel™ Algorithm by Eric Lengyel http://transvoxel.org/) This plugin provides tools to generate, visualize and in-game change volume terrain using voxels.

Master branch tested with Unreal Engine 4.26 [Windows 7 x64, macOS Catalina 10.15.3] Work in progress

Unreal Engine 4 voxel terrian

Grass

Cave

Features

  • Runtime terrain modification
  • Procedural landscape/caves generation
  • Level of details (per chunk)
  • Foliage
  • Up to 65535 terrain materials
  • Network multiplayer (experimental, WIP)

Attention

  • This project uses git submodules. Make sure that project are cloned properly and folder UE4VoxelTerrain/Plugins is not empty.
  • Work in progress. Some features is not finished/buggy/has ugly code/do not meet your expectations.

Usage

  1. Install MS Visual Studio 2017
  2. Download last stable project
  3. Or clone repository properly git clone --recursive https://github.com/bw2012/UE4VoxelTerrain.git
  4. Open directory UE4VoxelTerrain
  5. Download Content.zip (1.2Gb) and unzip it to Content folder
  6. Open project file with Unreal Engine 4.26

License

MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].