A nicegui-based CAD editor and viewer for OCP-based projects like build123d.
- Thanks especially to the ocp_vscode project
- Also thanks to the nicegui project
pip install -e .
python -m nice123d
Important
See the README.md
files in the corresponding folders for more details.
nice123d
:: Application source code files.docs
:: Application documentation (done withSpinx
)tests
:: Application test scripts.tools
:: Application helper and generator tools._models
:: Application folder to manage models files._settings
:: Application folder to store the*.yaml
files._templates
:: Application folder to keep templates to create new models..venv
:: Virtual environment generated bypip install -e .
used for execution withpython -m nice123d
.vscode
:: Settings of the integrated development environment (Visual Studio Code).
.gitignore
:: Defining the files that should be excluded fromgit
project.LICENSE
:: Apache license fornice123d
.pyproject.toml
:: The configuration file of thenice123d
.setup.md
:: Documentation about setting up a development environment.