dmathgl

bindings and D wrappers for mathgl


Keywords
library, graphics, charting, d, dlang, mathgl
License
BSL-1.0
Install
dub fetch dmathgl --version 0.1.3

Documentation

port of mathgl library to the D programming language

status - C bindings are done, although functions requiring variadic arguments with no fixed arguments have not been wrapped (dmd complains)
not tested at all beyond the first trivial example (which does compile and run)

to do
 - port tests to D.
 - get these variadic functions working too.
 -  port the C++ wrappers to D

Sample Graph:

![Image of Sample Graph](examples/test.png)