▲ | jesse__ 3 days ago | ||||||||||||||||
I've been working on a 3D voxel-based game engine for like 10 years in my spare time. The most recent big job has been to port the world gen and editor to the GPU, which has had some pretty cute knock-on effects. The most interesting is you can hot-reload the world gen shaders and out pop your changes on the screen, like a voxel version of shadertoy. https://github.com/scallyw4g/bonsai I also wrote a metaprogramming language which generates a lot of the editor UI for the engine. It's a bespoke C parser that supports a small subset of C++, which is exposed to the user through a 'scripting-like' language you embed directly in your source files. I wrote it as a replacement for C++ templates and in my completely unbiased opinion it is WAY better. | |||||||||||||||||
▲ | jacquesm 3 days ago | parent | next [-] | ||||||||||||||||
That is so neat. I built something a little bit like this for a simulator of a 3D portal mill. Trying it on real wood got expensive fast so for debugging runs and trials of designs I would run a simulation where the toolbit would hack out the shape out of a three dimensional array of voxels. This was then displayed using a very simple engine built with PyGame. I got a lot of use out of that and it saved days (and a small forest). Great to see something along those lines but with much better visuals. | |||||||||||||||||
| |||||||||||||||||
▲ | throw-qqqqq 3 days ago | parent | prev | next [-] | ||||||||||||||||
Wow the voxel engine work is beautiful! Impressive work man | |||||||||||||||||
| |||||||||||||||||
▲ | apitman 3 days ago | parent | prev | next [-] | ||||||||||||||||
Cool. Especially love the low dependency approach. Readme says OpenGL 3.3. Are you doing the GPU compute using old-school GPGPU techniques? | |||||||||||||||||
| |||||||||||||||||
▲ | ramon156 3 days ago | parent | prev | next [-] | ||||||||||||||||
Do you know the whole story about HyTale? I feel like you'd be an amazing fit to help out there. | |||||||||||||||||
| |||||||||||||||||
▲ | abcd_f 3 days ago | parent | prev | next [-] | ||||||||||||||||
"Function" link in the Examples section of the poof repo is 404. | |||||||||||||||||
| |||||||||||||||||
▲ | frankfrank13 2 days ago | parent | prev [-] | ||||||||||||||||
Looks so good! | |||||||||||||||||
|