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: 11 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T17:09:59.000Z (over 2 years ago)
- Last Synced: 2025-04-06T06:51:15.492Z (about 1 year ago)
- Topics: gray-code
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- 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.

## Usage
```shell
bun source/cli.ts --resolution 10 > disc.svg
```