tool: Light panel #9

Merged
aniva merged 11 commits from tool/lighting into main 2025-01-28 17:56:22 -08:00
1 changed files with 8 additions and 1 deletions
Showing only changes of commit 8e4553311b - Show all commits

View File

@ -1,6 +1,7 @@
# Cosplay
This is the design repository for NorCal Hakkero Factory No. 1.
This is the design repository for NorCal Hakkero Factory No. 1, where we use
parametric CAD to make cosplay props.
## Development
@ -15,6 +16,12 @@ and this should succeed
python3 -c "import nhf"
```
To visualize an object, create a file `visualize.py`, and run `cq-editor`:
``` sh
python3 -m cq_editor visualize.py
```
## Testing
Run all tests with