https://github.com/marcaurele/shapertools-projects
Shapertools projects for the Origin workstation
https://github.com/marcaurele/shapertools-projects
shaper-origin shapertools
Last synced: 3 months ago
JSON representation
Shapertools projects for the Origin workstation
- Host: GitHub
- URL: https://github.com/marcaurele/shapertools-projects
- Owner: marcaurele
- License: mit
- Created: 2022-08-24T18:42:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T05:57:14.000Z (about 1 year ago)
- Last Synced: 2025-02-20T01:05:03.800Z (3 months ago)
- Topics: shaper-origin, shapertools
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shapertools Projects for Origin
This repository holds my current attempt to find a good way to program the creation of the SVG which is read by the Origin.
## SVG files
Created with the SVG library [svg.py](https://github.com/orsinium-labs/svg.py) to programmatically draw image used in my ShaperTools projects. These files are under MIT license.
### Mighty Wallet
Python program generating a SVG file to cut a template based on the Mighty wallet design I like a lot.
## Inspiration
- [Generate SVG for pen plotters using Python](https://github.com/tabreturn/cc-fest-plotter#inspiration)