Add libgraph

This commit is contained in:
Earl Kennedy 2017-11-15 19:25:01 -05:00 committed by GitHub
parent 4194e8888e
commit 9609386b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7665,5 +7665,20 @@
"description": "Efficient hash table that is a key-value mapping (removed from stdlib)",
"license": "MIT",
"web": "https://github.com/lcrees/gentabs"
},
{
"name": "libgraph",
"url": "https://github.com/Mnenmenth/libgraphnim",
"method": "git",
"tags": [
"graph",
"math",
"conversion",
"pixels",
"coordinates"
],
"description": "Converts 2D linear graph coordinates to pixels on screen",
"license": "MIT",
"web": "https://github.com/Mnenmenth/libgraphnim"
}
]