This repository contains python notebooks for Spatial Computing Design Studio Workshops. These notebooks are derivations from sample workflows of topoGenesis, that have been simplified and altered for educational purposes. You can see the course previous projects here:
1. Download/Clone the repository
2. Create the environment
conda env create -f environment.yml
3. Download/Clone topoGenesis
4. Redirect to local directory of topoGenesis
5. Activate the workshop environment
conda activate spatial_computing_workshops
6. Localy install topoGenesis
python -m pip install -e .
👍
Unless otherwise specified in each file, the repository is licensed under MIT.