Leni Aniva
9563501327
Reviewed-on: #8 |
||
---|---|---|
examples | ||
nhf | ||
.gitignore | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
Cosplay
This is the design repository for NorCal Hakkero Factory No. 1, where we use parametric CAD to make cosplay props.
Development
Most cosplay schematics are created with Blender, CadQuery, and Inkscape. To
enter into a CadQuery environment, install poetry
and use
poetry install
poetry shell
and this should succeed
python3 -c "import nhf"
To visualize an object, create a file visualize.py
, and run cq-editor
:
python3 -m cq_editor visualize.py
Testing
Run all tests with
python3 -m unittest