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: 11 months ago
JSON representation

Create SVG gray-code discs with an adjustable number of tracks

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
```