https://github.com/titusio/voxelgodot
A Plugin for the Godot Engine which enables you to work with Voxels
https://github.com/titusio/voxelgodot
godot godot-engine voxels
Last synced: 7 months ago
JSON representation
A Plugin for the Godot Engine which enables you to work with Voxels
- Host: GitHub
- URL: https://github.com/titusio/voxelgodot
- Owner: titusio
- License: mit
- Created: 2023-11-06T17:02:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T06:41:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T23:53:48.756Z (9 months ago)
- Topics: godot, godot-engine, voxels
- Language: C++
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voxel Godot
A Plugin for the Godot Engine which enables you to work with Voxels.
## Warning
**This Plugin is still in early development.**
## Goals
This plugin aims at making work with voxels easy. Procedural Generation and Terrain editing should be come easy with this plugin.
All this should be achieved while still enabling you to develop your game targeting low end hardware.## Contributing
```
git clone --recurse-submodules https://github.com/titusio/VoxelGodot.git
```