Go to file
Marc Gilleron 08fbd0c2f8 Update license date 2022-01-16 15:27:20 +00:00
.github Switch CI to use Godot master branch 2022-01-08 01:48:48 +00:00
constants Namespaced VoxelStringNames 2022-01-09 03:38:39 +00:00
doc Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00
edition Renamed Voxel => VoxelBlockyModel, VoxelLibrary => VoxelBlockyLibrary 2022-01-09 23:27:38 +00:00
editor Update supporters 2022-01-16 03:59:32 +00:00
generators Namespaced every registered class 2022-01-09 22:16:44 +00:00
meshers Make guards match 2022-01-10 22:56:45 +00:00
misc Move natvis file to misc/ folder 2021-12-11 22:38:39 +00:00
server Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00
storage Rename VoxelBuffer.optimize() => compress_uniform_channels() 2022-01-09 23:40:07 +00:00
streams Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00
terrain Moved member var into an internal TLS 2022-01-16 03:59:15 +00:00
tests BlockSerializer is no longer a class 2022-01-16 04:01:22 +00:00
thirdparty Always compile AVX2 and AVX512 2022-01-09 01:58:02 +00:00
util Share array length macro 2022-01-09 22:50:15 +00:00
.clang-format Configure clang-format to put a newline after template declarations 2022-01-04 22:15:57 +00:00
.gitignore Ignore Godot log files that sometimes get saved in doc/tools when running scripts from here 2021-01-21 20:05:53 +00: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 supporters 2022-01-16 03:59:32 +00:00
SCsub Workaround warning on non-MSVC compilers 2022-01-08 19:07:54 +00:00
config.py Add missing classes and run doctool (doctool has issues though) 2021-11-06 02:04:16 +00: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 Renamed VoxelInstanceLibraryItem => VoxelInstanceLibraryMultiMeshItem 2022-01-10 22:56:32 +00:00
register_types.h Added project: first working prototype, but lots of TODOs 2016-05-01 15:00:02 +02: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 developped by voluntary contributors. The following is the list of the current donors. Thanks for your support :)

Supporters

wacyym
Sergey Lapin (slapin)
Jonas (NoFr1ends)
lenis0012
Phyronnaz
RonanZe
furtherorbit
jp.owo.Manda (segfault-god)
hidemat
Jakub Buriánek (Buri)
Justin Swanhart (Greenlion)
Sebastian Clausen (sclausen)
MrGreaterThan
baals
Treer
stackdump.eth
Skyquakers