Go to file
Marc Gilleron 3606424947 Fix bool used as pointer 2022-09-03 18:13:26 +01:00
.github Github Actions does not support matrix variables in `uses` 2022-08-27 13:53:55 +01:00
constants Switch to 2D textures instead of texture arrays due to layer count limitation 2022-08-18 21:29:09 +01:00
doc Merge branch 'master' of https://github.com/Zylann/godot_voxel 2022-08-29 23:54:52 +01:00
edition Merge branch 'master' into storage_refactoring 2022-09-03 17:22:41 +01:00
editor `update` was renamed `queue_redraw` 2022-09-01 01:31:37 +01:00
engine Replaced VoxelDataMap with VoxelData in VoxelLodTerrain 2022-08-28 20:45:42 +01:00
generators `interpolate_baked` was renamed `sample_baked` 2022-09-01 01:32:21 +01:00
meshers Merge branch 'master' into storage_refactoring 2022-08-30 00:10:32 +01:00
misc Removed VoxelStreamBlockFiles 2022-07-17 18:49:48 +01:00
storage Fix bool used as pointer 2022-09-03 18:13:26 +01:00
streams `plus_file` was renamed `path_join` 2022-09-01 01:31:14 +01:00
terrain Merge branch 'master' into storage_refactoring 2022-09-03 17:22:41 +01:00
tests Fix tests compilation 2022-09-03 17:41:34 +01:00
thirdparty `bits` was removed from Godot's build system (godotengine/godot#55778) 2022-08-26 20:40:26 +01:00
util Merge branch 'master' into storage_refactoring 2022-09-03 17:22:41 +01:00
.clang-format Configure clang-format to put a newline after template declarations 2022-01-04 22:15:57 +00:00
.gitignore Optimize SVG images and convert most PNG images to WebP 2022-07-04 00:56:04 -05:00
.readthedocs.yml Add readthedocs file 2021-01-21 00:44:02 +00:00
LICENSE.md Update license date 2022-01-16 15:27:20 +00:00
README.md Update README.md 2022-07-22 11:33:42 +03:00
SCsub Automatically disable Fast Noise 2 on non-x86 targets 2022-08-28 01:00:34 -05:00
config.py Automatically disable Fast Noise 2 on non-x86 targets 2022-08-28 01:00:34 -05:00
gource_view.sh Renamed VoxelServer => VoxelEngine 2022-07-16 23:59:06 +01:00
nuget.config Trying to fix Github build pipeline, this seems to be a problem with the Windows images being used to build. 2021-05-08 19:57:06 +02:00
register_types.cpp Removed block size cache in VoxelDataMap, takes space for no good use 2022-08-29 13:45:25 +01:00
register_types.h Update to new module registration 2022-05-07 22:06:32 +01:00

README.md

Voxel Tools for Godot

A C++ module for creating volumetric worlds in Godot Engine.

🚪 Windows Builds 🐧 Linux Builds 🐒 Mono Builds

Discord

Blocky screenshot Smooth screenshot Textured screenshot

Features

  • Realtime 3D terrain editable in-game (Unlike a heightmap based terrain, this allows for overhangs, tunnels, and user creation/destruction)
  • Godot physics integration + alternate fast Minecraft-like collisions
  • Infinite terrains made by paging chunks in and out
  • Voxel data is streamed from a variety of sources, which includes the ability to write your own generators
  • Minecraft-style blocky voxel terrain, with multiple materials and baked ambient occlusion
  • Smooth terrain with level of detail using Transvoxel
  • Voxel storage using 8-bit or 16-bit channels for any general purpose
  • Instancing system to spawn foliage, rocks and other decoration on surfaces

Check the changelog for more recent details.

Documentation

Roadmap

These are some ideas that may or may not be implemented in the future:

  • Texturing on smooth terrain
  • Editor preview and authoring
  • Improving LOD performance
  • Other meshing algorithms (e.g. dual contouring)
  • GPU offloading (Maybe when Godot 4+ supports compute shaders)
  • Migrate to a GDNative plugin (post Godot 4, needs work)

Supporters

This module is a non-profit project developed by voluntary contributors. The following is the list of the current donors. Thanks for your support :)

Gold supporters

Aaron Franke (aaronfranke)

Silver supporters

TheConceptBoy
Chris Bolton (yochrisbolton)
Gamerfiend (Snowminx) 
greenlion (Justin Swanhart) 
segfault-god (jp.owo.Manda)
RonanZe
Phyronnaz
NoFr1ends (Lynx)

Supporters

rcorre (Ryan Roden-Corrent) 
duchainer (Raphaël Duchaîne)
MadMartian
stackdump (stackdump.eth)
Treer
MrGreaterThan
lenis0012