voxcraft / voxcraft-sim

a GPU-accelerated voxel-based physics engine
Creative Commons Zero v1.0 Universal
43 stars 10 forks source link

L systems #30

Closed cfusting closed 3 years ago

cfusting commented 3 years ago

Construct a set of voxels via a conditional probability distribution approximated by some "growth_function" implemented as a PyTorch function in this demo (but is not coupled).

cfusting commented 3 years ago

I'm going to create a new repo for this, as the "demo" is really just a random creature. Not very interesting until optimized which will add a lot of dependencies.