maajor / maajor-voxel-challenge

The Girl with a Voxel Earring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Girl with a Voxel Earring


Languages

Language:Python 100.0%