libgraph
Converts 2D linear graph coordinates to pixels on screen
Summary
| Latest Version | 1.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- Earl Kennedy
Installation
nimble install libgraph
choosenim install libgraph
git clone https://github.com/Mnenmenth/libgraphnim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libgraph | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.17.2 | No |
Source
| Repository | https://github.com/Mnenmenth/libgraphnim |
|---|---|
| Homepage | https://github.com/Mnenmenth/libgraphnim |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
Libgraph implemented in Nim
Allows the user to plot points on screen using coordinates instead of pixels. Users define the screen size and the max/min for the graph. The library converts the coordinate points to pixels on the screen.