Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 ay önce
..
menu 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 ay önce
player 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 ay önce
screenshots fcc7d5c723 Optimize PNG images using oxipng 4 yıl önce
world 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 ay önce
README.md d4bf89d364 Link to the asset library from the README of each demo 4 yıl önce
default_bus_layout.tres 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 1 yıl önce
default_env.tres 37e7ec0985 Update Voxel demo to Godot 4 2 yıl önce
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 yıl önce
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 yıl önce
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 ay önce
settings.gd 65b34f8192 Update Voxel demo for Godot 4.1.1 (#965) 1 yıl önce

README.md

Voxel Game

This demo is a minimal first-person voxel game, inspired by others such as Minecraft.

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/676

How does it work?

Each chunk is a StaticBody with each block having its own CollisionShape for collisions. The meshes are created using SurfaceTool which allows specifying vertices, triangles, and UV coordinates for constructing a mesh.

The chunks and chunk data are stored in Dictionary objects. New chunks have their meshes drawn in separate Threads, but generating the collisions is done in the main thread, since Godot does not support changing physics objects in a separate thread. There are two terrain types, random blocks and flat grass. A more complex terrain generator is out-of-scope for this demo project.

The player can place and break blocks using the RayCast node attached to the camera. It uses the collision information to figure out the block position and change the block data. You can switch the active block using the brackets or with the middle mouse button.

There is a settings menu for render distance and toggling the fog. Settings are stored inside of an AutoLoad singleton called "Settings". This class will automatically save settings, and load them when the game opens, by using the File class.

Sticking to GDScript and the built-in Godot tools, as this demo does, is quite limiting. If you are making your own voxel game, you should probably use Zylann's voxel module instead: https://github.com/Zylann/godot_voxel

Screenshots

Screenshot

Screenshot

Licenses

Textures are from Minetest. Copyright © 2010-2018 Minetest contributors, CC BY-SA 3.0 Unported (Attribution-ShareAlike) http://creativecommons.org/licenses/by-sa/3.0/

Font is "TinyUnicode" by DuffsDevice. Copyright © DuffsDevice, CC-BY (Attribution) http://www.pentacom.jp/pentacom/bitfontmaker2/gallery/?id=468