All Projects → mik14a → Vox4u

mik14a / Vox4u

Licence: mit
MagicaVoxel VOX Format import plugin for Unreal Engine 4

Projects that are alternatives of or similar to Vox4u

Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+383.74%)
Mutual labels:  unreal-engine-4, voxel
Ue4voxelterrain
[WIP] Unreal Engine 4: Smooth voxel terrian example
Stars: ✭ 415 (+237.4%)
Mutual labels:  unreal-engine-4, voxel
3d Reconstruction With Neural Networks
3D reconstruction with neural networks using Tensorflow. See link for Video (https://www.youtube.com/watch?v=iI6ZMST8Ri0)
Stars: ✭ 71 (-42.28%)
Mutual labels:  voxel
Unityvoxfileimport
🌈 A tool to import a .vox file for Unity's GameObject and Prefab
Stars: ✭ 116 (-5.69%)
Mutual labels:  voxel
Ai fps
AI system to simulate combat behaviors in a FPS game using Behavior Trees (UE4)
Stars: ✭ 96 (-21.95%)
Mutual labels:  unreal-engine-4
Wac
UE4 Visualization Plugin - Windows Audio Capture (WAC) is an Unreal Engine 4 plugin that captures live audio from the windows default audio device and analyse it to frequency values.
Stars: ✭ 81 (-34.15%)
Mutual labels:  unreal-engine-4
Qake
Qake voxel-engine demo
Stars: ✭ 100 (-18.7%)
Mutual labels:  voxel
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-53.66%)
Mutual labels:  voxel
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-0.81%)
Mutual labels:  unreal-engine-4
Awesome Voxel
Voxel resources for coders
Stars: ✭ 96 (-21.95%)
Mutual labels:  voxel
Voxelsniper
The premiere long-distance brush editor for Minecraft
Stars: ✭ 114 (-7.32%)
Mutual labels:  voxel
Psrealvehicle
Plugin for Unreal Engine 4 with simple force-driven vehicle simulation
Stars: ✭ 92 (-25.2%)
Mutual labels:  unreal-engine-4
Nodejs Ue4
Embed node.js as an unreal plugin.
Stars: ✭ 82 (-33.33%)
Mutual labels:  unreal-engine-4
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-14.63%)
Mutual labels:  voxel
Ue4linuxlauncher
Stars: ✭ 79 (-35.77%)
Mutual labels:  unreal-engine-4
Voxel Dcgan
A deep generative model of 3D volumetric shapes
Stars: ✭ 117 (-4.88%)
Mutual labels:  voxel
Polyworld
A world generator that is based on Voronoi diagrams
Stars: ✭ 59 (-52.03%)
Mutual labels:  voxel
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-29.27%)
Mutual labels:  unreal-engine-4
Openvdb
OpenVDB - Sparse volume data structure and tools
Stars: ✭ 1,359 (+1004.88%)
Mutual labels:  voxel
Grid
An UE4 plugin for grid-based game
Stars: ✭ 122 (-0.81%)
Mutual labels:  unreal-engine-4

VOX4U

GitHub release

Import MagicaVoxel vox format file to Unreal Engine 4.

Requirement

Unreal Engine 4 4.18 or later.

Description

Import voxel objects to StaticMesh, DestructibleMesh or Voxel. No need to use other digital content creation tool.

StaticMesh

StaticMesh

Generate static mesh from voxel data, texture from vox file or default palette and generate simple material for the mesh.

Can layout to the world.

Mesh optimized

Optimized

Mesh generation use a monotone decomposition algorithm.

DestructibleMesh

DestructibleMesh

Generate destructible mesh from voxel data and fracture meshes to destructible component, texture from vox file or default palette and generate simple material for the mesh.

Can layout and destruct to cell use PhysX not use APEX Destruction PhysXLab.

Voxel (Experimental support)

Voxel

Generate voxel asset based instanced static mesh component and auto generate cube mesh and material to use to call per palette.

Can use middle size building blocks or rideable terrain on the world.

If no need to access to Voxal Actor. Can remove runtime module from uplugin and packaging with out runtime module.

Demo

First person template based demo.

Usage

Drag & Drop vox file to content panel or open import dialog and select MagicaVoxel(*.vox) files.

Install

cd {YourUnrealProject}
git clone https://github.com/mik14a/VOX4U.git ./Plugins/VOX4U

Or add submodule to your project.

cd {YourUnrealProject}
git submodule add https://github.com/mik14a/VOX4U.git ./Plugins/VOX4U

Binary relase is Here. Download and copy binaries to {YourUnrealProject}/Plugins/VOX4U. If create package without c++ access. Copy to Engine/Plugins/Runtime directory.

Licence

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].