Parametric Cosplay Design Schematics
Go to file
Leni Aniva 5569368adb Merge pull request 'feat: Improvements to coordinate solver' (#20) from tool/solver into main
Reviewed-on: #20
2025-07-13 14:00:10 -07:00
doc doc: Add development documentation 2025-07-13 13:59:08 -07:00
examples feat: Add mystery primitive and MoI example 2024-06-14 20:55:04 -07:00
nhf fix: Standardize build format 2025-07-13 13:55:48 -07:00
.gitignore chore: Add linter and doc style config 2025-07-13 13:52:20 -07:00
.pydocstyle chore: Add linter and doc style config 2025-07-13 13:52:20 -07:00
.pylintrc chore: Add linter and doc style config 2025-07-13 13:52:20 -07:00
README.md doc: Add development documentation 2025-07-13 13:59:08 -07:00
pyproject.toml build: Add parallelization of unit test 2025-07-04 16:11:18 -07:00
uv.lock build: Add parallelization of unit test 2025-07-04 16:11:18 -07:00

README.md

Cosplay

This is the design repository for NorCal Hakkero Factory No. 1, where we use parametric CAD to make cosplay props. We design cosplay props based on an engineering point of view.

NorCal Hakkero Factory № 1

北加国営八卦炉第一工場

Most cosplay schematics are created with Blender, CadQuery, and Inkscape.

Build

To build the schematics for one set, install uv, and execute (for example, for yasaka_kanako)

uv sync
uv run python3 nhf.touhou.yasaka_kanako

Development

For developer instructions, see development.