Go to file
Marc Gilleron 54c10d4902 Fix signedness warning 2022-04-16 02:26:32 +01:00
.github Fix Linux CI artifacts 2022-02-15 20:53:24 +00:00
constants Return a ref, pointer must not be null 2022-04-09 15:15:22 +01:00
doc Update code guidelines 2022-04-15 16:46:19 +01:00
edition Renamed util/funcs.h => container_funcs.h 2022-04-14 21:43:45 +01:00
editor Added experimental shader generation from voxel graph 2022-04-13 00:06:20 +01:00
generators Fixed unused variable warning 2022-04-16 01:45:57 +01:00
meshers Renamed util/funcs.h => container_funcs.h 2022-04-14 21:43:45 +01:00
misc Move natvis file to misc/ folder 2021-12-11 22:38:39 +00:00
server Renamed util/funcs.h => container_funcs.h 2022-04-14 21:43:45 +01:00
storage Fix missing header for GCC (4) 2022-04-16 00:53:45 +01:00
streams Fix ambiguous assignment 2022-04-16 00:39:13 +01:00
terrain Fix signedness warning 2022-04-16 02:26:32 +01:00
tests Fix code to work with Godot's new FileAccess RefCounted object 2022-04-15 23:13:31 +01:00
thirdparty Prefix include guard to prevent conflict with Godot's version 2022-04-10 14:38:04 +01:00
util Fix missing header for GCC (7) 2022-04-16 02:13:56 +01: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-02-12 18:03:59 +00:00
SCsub Define smart pointers default allocator in a single place 2022-04-10 20:10:33 +01:00
config.py Update doc classes 2022-04-14 20:24:42 +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 Engine-agnostic error macros 2022-04-11 02:10:44 +01: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)
Lynx (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
Snowminx (Gamerfiend)
Skyquakers
MadMartian