Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartpb/poorman-spiff
A generator for static Spiff.scad-like drawing code
https://github.com/stuartpb/poorman-spiff
Last synced: 7 days ago
JSON representation
A generator for static Spiff.scad-like drawing code
- Host: GitHub
- URL: https://github.com/stuartpb/poorman-spiff
- Owner: stuartpb
- Created: 2013-06-18T20:04:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T16:53:12.000Z (over 8 years ago)
- Last Synced: 2024-04-09T22:14:51.179Z (9 months ago)
- Language: JavaScript
- Homepage: http://stuartpb.github.io/poorman-spiff/index.html
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poorman-spiff: module-less Spiff.scad
poorman-spiff will allow you to generate the static code equivalent to a call
to Spiff.scad's write() function.## Usage
From [index.html][], type the string you want to write in the top field, with
any modifications to the spacing or font in the fields below. The equivalent
OpenSCAD code will appear in the field on the right.[index.html]: http://stuartpb.github.io/poorman-spiff/index.html
The second field specifies the font variable's name. If this is blank, the
literal arrays for each character will be used instead of indices into the
font array.The third field defines the space allocated between each glyph.
The fourth field textarea contains the JSON array (using the same syntax as the
OpenSCAD array) for the font.