Cosplay design schematics
Go to file
Leni Aniva 63696e6148
fix: Expose `nhf.parts.item.Item` in `__init__.py`
2024-09-04 16:32:13 -07:00
examples feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
nhf fix: Expose `nhf.parts.item.Item` in `__init__.py` 2024-09-04 16:32:13 -07:00
.gitignore Initial commit 2024-06-14 20:35:49 -07:00
README.md feat: Material list 2024-06-26 09:48:32 -04:00
poetry.lock feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
pyproject.toml feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -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