A collection of voxel world demos and prototypes built with the Godot Engine's Voxel module.
Voxelgame is a collection of demo scenes and prototypes built with the Godot Engine to test and showcase voxel-based world generation and gameplay. It provides practical examples of using the Voxel module for creating both blocky and smooth terrain, along with basic multiplayer functionality. The project serves as a learning resource and starting point for developers interested in voxel game development.
Godot Engine developers and game creators looking to implement voxel-based worlds, terrain generation, or multiplayer features in their projects.
It offers ready-to-run, open-source examples directly integrated with Godot's Voxel module, saving development time and providing a reference for implementing complex voxel mechanics and multiplayer synchronization.
Voxel world prototype made with Godot Engine
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides runnable demos like the blocky game, allowing immediate hands-on experience with voxel terrain in Godot, as mentioned in the README.
Includes both blocky and smooth terrain tests, showcasing different voxel generation techniques such as Transvoxel for varied game styles, based on the scene descriptions.
Demonstrates hosting and joining games with synchronized voxel editing, useful for prototyping networked gameplay, as highlighted in the multiplayer support feature.
Directly uses the Godot Voxel C++ module, offering a reference implementation that saves setup time for developers familiar with the ecosystem.
The demos are explicitly not finished games, with the README stating they are incomplete, so developers must add significant code for production-ready functionality.
Multiplayer synchronization is described as very basic, lacking features like client-side prediction, which limits scalability and robustness for complex games.
Requires the Godot Voxel C++ module, adding setup complexity and potential compatibility issues, unlike pure GDScript projects noted in the branch reference.
voxelgame is an open-source alternative to the following products: