Cosplay design schematics
Go to file
Leni Aniva e73c6c0fed
feat: Reduce the number of slots on shoulder
Previously every shoulder joint was the same with two slots that specify
the neutral position. Experiment reveals this to be too fragile.
2024-07-17 21:37:08 -07:00
examples feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
nhf feat: Reduce the number of slots on shoulder 2024-07-17 21:37:08 -07:00
.gitignore feat: Add build system 2024-07-03 23:15:39 -07:00
README.md feat: Wing profile, unit testing 2024-06-20 23:29:18 -07:00
poetry.lock feat: Left side wing 2024-07-16 17:18:28 -07:00
pyproject.toml feat: Left side wing 2024-07-16 17:18:28 -07:00

README.md

Cosplay

This is the design repository for NorCal Hakkero Factory No. 1.

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"

Testing

Run all tests with

python3 -m unittest