Cosplay design schematics
Go to file
Leni Aniva bfa96e7cef
feat: Rod outline
2024-11-14 13:59:01 -08:00
examples feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
nhf feat: Rod outline 2024-11-14 13:59:01 -08:00
.gitignore chore: Update cadquery; ignore build/ 2024-11-13 22:22:57 -08:00
README.md feat: Material list 2024-06-26 09:48:32 -04:00
poetry.lock chore: Update cadquery; ignore build/ 2024-11-13 22:22:57 -08:00
pyproject.toml chore: Update cadquery; ignore build/ 2024-11-13 22:22:57 -08: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