libgraph

Converts 2D linear graph coordinates to pixels on screen

Pure Nim score 30/100 · tests present · docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

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

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.