mirror of
https://github.com/Mnenmenth/libgraphnim
synced 2026-01-07 03:51:10 +00:00
No description
| doc | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| libgraph.nimble | ||
| LICENSE | ||
| README.md | ||
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.