voxcraft / voxcraft-sim

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

[Feature] python interface #50

Open rasmusbergpalm opened 3 years ago

rasmusbergpalm commented 3 years ago

The current Juila interface (https://github.com/jpp46/Voxcraft.jl) is very nice, but it'd be even nicer if there was a python interface as well.

1) You could use it directly in the colab notebooks, so you would avoid the upload step 2) You could use all the nice ML/Evo tools available in python.

Best, Rasmus.