Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad-si/gray-code-disc-generator
Create SVG gray-code discs with an adjustable number of tracks
https://github.com/ad-si/gray-code-disc-generator
gray-code
Last synced: 22 days ago
JSON representation
Create SVG gray-code discs with an adjustable number of tracks
- Host: GitHub
- URL: https://github.com/ad-si/gray-code-disc-generator
- Owner: ad-si
- Created: 2016-05-18T09:27:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T17:09:59.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:41:10.152Z (7 months ago)
- Topics: gray-code
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gray Code Disc Generator
Creates a gray-code disk as a SVG with a specified resolution.
![Example](example.svg)
## Usage
```shell
bun source/cli.ts --resolution 10 > disc.svg
```