Go to file
Marc Gilleron 00fe474d46 Attempted again to integrate FastNoise2, but C++17 is really needed. 2021-02-21 03:02:32 +00:00
.github Stop using RevoluPowered's cache as in Godot's repo 2021-02-16 22:37:14 +00:00
doc Update changelog 2021-02-20 00:35:37 +00:00
edition Reorganized some utility files 2021-02-17 20:34:35 +00:00
editor Reorganized some utility files 2021-02-17 20:34:35 +00:00
generators Profiling scopes 2021-02-20 00:36:26 +00:00
meshers Update to latest Godot's threading primitives 2021-02-19 01:30:22 +00:00
server Update to latest Godot's threading primitives 2021-02-19 01:30:22 +00:00
storage Print memory pool debug info only in verbose mode 2021-02-19 01:36:14 +00:00
streams Update to latest Godot's threading primitives 2021-02-19 01:30:22 +00:00
terrain Fix signedness warning 2021-02-19 01:51:06 +00:00
thirdparty Attempted again to integrate FastNoise2, but C++17 is really needed. 2021-02-21 03:02:32 +00:00
util Update to latest Godot's threading primitives 2021-02-19 01:30:22 +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 Added About window and list of donors 2020-12-17 21:45:44 +00:00
README.md Shortened readme, information is in one place in the doc 2021-01-24 14:05:26 +00:00
SCsub Attempted again to integrate FastNoise2, but C++17 is really needed. 2021-02-21 03:02:32 +00:00
config.py Added missing VoxelStreamSQLite XML doc 2021-02-16 20:53:30 +00:00
cube_tables.cpp Fix normalmaps in blocky mesher 2021-01-22 19:18:26 +00:00
cube_tables.h Reorganized some utility files 2021-02-17 20:34:35 +00:00
octree_tables.h Moved ObjectPool to util/ and moved OctreeTables to root 2019-04-29 21:31:08 +01:00
register_types.cpp Attempted again to integrate FastNoise2, but C++17 is really needed. 2021-02-21 03:02:32 +00:00
register_types.h Added project: first working prototype, but lots of TODOs 2016-05-01 15:00:02 +02:00
voxel_constants.h Implemented VoxelStreamSQLite 2021-01-28 22:02:49 +00:00
voxel_string_names.cpp Script-based generators and streams have their own class, should fix C# API 2020-10-31 22:11:25 +00:00
voxel_string_names.h Script-based generators and streams have their own class, should fix C# API 2020-10-31 22:11:25 +00:00

README.md

Voxel Tools for Godot

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

Blocky screenshot Smooth screenshot Textured screenshot

Features

  • Realtime editable, 3D based terrain (Unlike a heightmap based terrain, this allows for overhangs, tunnels, and user creation/destruction)
  • Physics based collision and raycast support
  • Infinite terrains made by paging sections 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 using Transvoxel
  • Levels of detail for smooth terrain
  • Voxel storage using 8-bit or 16-bit channels for any general purpose

Documentation

Roadmap

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

  • Instancing for foliage and rocks
  • 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)

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