https://dlang.org/install.html#activate
I ran the two curl liners for grabbing DMD and LDC newest.
So now I have ~/dlang/ldc-1.32.2 and ~/dlang/dmd-2.104.0
How am I supposed to have both "activated"? Why does LDC have to
override DMD, and DMD have to override LDC in the PATH?
I have both ins
On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:
How would I go about graphing time series data (specifically,
candles, moving averages, etc) in D and dynamically updating
such charts?
Thanks,
--anonymouse
https://github.com/epezent/implot
And C bindings:
https://github.com/cimg
On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:
How would I go about graphing time series data (specifically,
candles, moving averages, etc) in D and dynamically updating
such charts?
Thanks,
--anonymouse
For TS you can use http://mir-algorithm.libmir.org/mir_series.html
For plot