What is Greedy Meshing?
Why might you want to use this for your voxel terrain?
And will implementing the algorithm in C# make it run faster than if we just use GDScript?
This, and more, is what my newest video is about.
#madewithgodot #voxelterrain
Why might you want to use this for your voxel terrain?
And will implementing the algorithm in C# make it run faster than if we just use GDScript?
This, and more, is what my newest video is about.
#madewithgodot #voxelterrain
Will Greedy Meshing Optimize Your Voxel Terrain? (GDScript vs. C#) | Devlog & Tutorial
YouTube video by MakerTech
youtu.be
October 15, 2025 at 3:16 PM
Everybody can reply
2 reposts
9 likes
3 saves
Tonight’s coding task is a little different.
I’m battling R Studio.
Hopefully it will end with a few useful plots for my next voxel video where we will compare two meshing algorithms (and also GDScript versions vs. C# versions).
#godotengine #madewithgodot #voxelterrain #gamedev
I’m battling R Studio.
Hopefully it will end with a few useful plots for my next voxel video where we will compare two meshing algorithms (and also GDScript versions vs. C# versions).
#godotengine #madewithgodot #voxelterrain #gamedev
September 11, 2025 at 7:53 PM
Everybody can reply
3 reposts
14 likes
Greedy Meshing in C#😎
Now I'm ready to measure performance for both the GDScript version and C# version of a few meshing algorithms.
I'll be measuring performance on a few different terrain types.
#madewithgodot #godotengine #voxelterrain #voxeldev #gamedev
Now I'm ready to measure performance for both the GDScript version and C# version of a few meshing algorithms.
I'll be measuring performance on a few different terrain types.
#madewithgodot #godotengine #voxelterrain #voxeldev #gamedev
August 26, 2025 at 9:40 AM
Everybody can reply
3 reposts
35 likes
Greedy Meshing, V2.
Slow, but ready to be measured and compared to the previous meshing solution - this is for a mix between a dev log and a tutorial.
The next step is to move this to C++ and/or C#.
#madewithgodot #voxelterrain #voxeldev #screenshotsaturday #godotengine #gamedev
Slow, but ready to be measured and compared to the previous meshing solution - this is for a mix between a dev log and a tutorial.
The next step is to move this to C++ and/or C#.
#madewithgodot #voxelterrain #voxeldev #screenshotsaturday #godotengine #gamedev
August 23, 2025 at 6:09 PM
Everybody can reply
2 reposts
17 likes
Our game uses real-time terrain deformation with custom #MarchingCubes implementation.
🎮 Now on Steam: store.steampowered.com/app/3803230/...
#IndieDev #VoxelTerrain #Gamedev #Unity3D #ProceduralGeneration
🎮 Now on Steam: store.steampowered.com/app/3803230/...
#IndieDev #VoxelTerrain #Gamedev #Unity3D #ProceduralGeneration
June 30, 2025 at 3:52 PM
Everybody can reply
2 reposts
7 likes
I'm using the multi-threaded threading model setting, and mutexes and semaphores to synchronize the threads. No signals are used for this, all of the logic and modifications to the terrain is handled by the VoxelTerrain script, but I do use call_deferred to update visual/collision meshes from thread
April 29, 2025 at 9:44 PM
Everybody can reply
Let's optimize rendering our voxel terrain using ArrayMesh in Godot.
First, we’ll draw a single cube from scratch, then expand it to generate the entire terrain.
- Optimize to only draw what’s necessary
- See how easy it is to add collision
#madewithgodot #godotengine #voxelterrain #tutorial
First, we’ll draw a single cube from scratch, then expand it to generate the entire terrain.
- Optimize to only draw what’s necessary
- See how easy it is to add collision
#madewithgodot #godotengine #voxelterrain #tutorial
Optimize Voxel Rendering in Godot by Skipping Hidden Faces | ArrayMesh Tutorial | Voxel Terrain #5
YouTube video by MakerTech
youtu.be
April 7, 2025 at 11:49 AM
Everybody can reply
2 reposts
10 likes
And now I'm done with most of the prep work for the next voxel terrain video.
We are no longer drawing every single cube.
Instead we create a custom mesh with only cube faces that aren't blocked by another cube😎
#godot #madewithgodot #voxelterrain #voxel #tutorial
We are no longer drawing every single cube.
Instead we create a custom mesh with only cube faces that aren't blocked by another cube😎
#godot #madewithgodot #voxelterrain #voxel #tutorial
March 28, 2025 at 6:06 PM
Everybody can reply
1 reposts
10 likes
First episode of How to Make a Voxel Terrain in Godot is out!
I won’t just give you a finished solution.
But we will explore a bunch of interesting topics and step by step move from simple to more advanced solutions.
youtu.be/_uGtO7sk-_c?...
#godot @godotengine.org #tutorial #voxelterrain #voxel
I won’t just give you a finished solution.
But we will explore a bunch of interesting topics and step by step move from simple to more advanced solutions.
youtu.be/_uGtO7sk-_c?...
#godot @godotengine.org #tutorial #voxelterrain #voxel
How to Make a Voxel Terrain in Godot #1: First Cubes
YouTube video by MakerTech
youtu.be
January 19, 2025 at 2:38 PM
Everybody can reply
10 likes
Todays to-do:
✅ write script for first episode in new Voxel Terrain tutorial series.
And get as much audio and video recorded as possible, so I can finish editing this week🤩
#godot #madewithgodot #godot4 #gamedev #tutorial #voxel #voxelterrain
✅ write script for first episode in new Voxel Terrain tutorial series.
And get as much audio and video recorded as possible, so I can finish editing this week🤩
#godot #madewithgodot #godot4 #gamedev #tutorial #voxel #voxelterrain
January 14, 2025 at 12:44 PM
Everybody can reply
1 reposts
20 likes