Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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