- Install some python packages. We need
numpy
,pillow
,scikit-learn
,matplotlib
, andtrimesh
. - Run
gen_ht_data_for_three.py
. This generates the halftone data, namely where the center of the halftones are (but that has some bugs). - Run
project-halftones.py
. You can have it either generate short metadata, which only contains light information, or long metadata, which contains the full mesh information. - Install some node packages.
- Run
generate_meshes.js
using node. (TODO: move this into python so I can combine everything into one script? Just need a basic CSG routine to do subtractions, does that exist in trimesh?) - Run the code in
merge-meshes.py
. - Serve the site!
npm init -y
npm install three three-bvh-csg lil-gui