Cosplay/README.md

27 lines
590 B
Markdown

# 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`)
``` sh
uv sync
uv run python3 nhf.touhou.yasaka_kanako
```
## Development
For developer instructions, see [development](./doc/development.md).