Parametric Cosplay Design Schematics
Go to file
Leni Aniva 9563501327 Merge pull request 'feat: Add cq-editor as dev dependency' (#8) from chore/version into main
Reviewed-on: #8
2024-12-07 13:38:04 -08:00
examples feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
nhf test: Disable absolute location tests 2024-10-21 22:34:19 -07:00
.gitignore chore: Update cadquery; ignore build/ 2024-11-13 22:22:57 -08:00
README.md doc: Instructions for using cq-editor 2024-12-06 12:42:26 -08:00
poetry.lock feat: Add cq-editor in dev dependencies 2024-12-06 12:40:57 -08:00
pyproject.toml feat: Add cq-editor in dev dependencies 2024-12-06 12:40:57 -08:00

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