Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 684 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 684 Bytes

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

  1. Make your work in MagicaCSG
    Please put all your primitives in [-64,0,-64]~[64,128,64]
    Then save to a mcsg file.

  2. Generate code with
    python3 mcsg_to_py.py -i your-file.mcsg -o main.py

  3. Run your code with
    python3 main.py