https://github.com/zevv/bitline
Event / signal visualization
https://github.com/zevv/bitline
Last synced: 11 months ago
JSON representation
Event / signal visualization
- Host: GitHub
- URL: https://github.com/zevv/bitline
- Owner: zevv
- License: gpl-3.0
- Created: 2020-10-10T18:14:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T18:38:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T13:49:37.699Z (11 months ago)
- Language: Nim
- Size: 5.64 MB
- Stars: 18
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/GPL-2.0)

Bitline is a high performance tool for visualizing and inspecting time-based data.

## Building
Bitline is written in [Nim](https://nim-lang.org/) and uses SDL2 and SDL2-ttf.
```
nimble install sdl2_nim chroma
nimble build
```
## Input
```
+ [data]
-
c [data]
g [data]
```
## Usage
```
usage: bitline [options] [FILE...]
options:
-h, --help display this help and exit
-v, --version output version information and exit
```
The name _Bitline_ is a homage to my all time favourite signal analyzer software:
[Baudline](http://baudline.com)