Awesome
The Girl with a Voxel Earring
@maajor's submission to Taichi Voxel Challenge
To run:
pip3 install -r requirements.txt
python3 main.py
A lot of inspiration from IQ's sdf article
How this work
-
Make your work in MagicaCSG
Please put all your primitives in [-64,0,-64]~[64,128,64]
Then save to a mcsg file. -
Generate code with
python3 mcsg_to_py.py -i your-file.mcsg -o main.py
-
Run your code with
python3 main.py