Some crazy ideas from a high level perspective

jmh530 via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 22 07:45:45 PDT 2016


On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote:
> Idea3: Visualization
> Imho D is lacking a good UI toolkit. I again like here the 
> simplicity of matlab that lets me just pop up a window, and 
> show a simple diagram or picture. Often its not necessary to 
> create a sophisticated UI, but having a visual representation 
> of data often helps with debugging and understanding of 
> algorithms.
>

If all you need are plotting tools, these would be useful
https://code.dlang.org/packages/ggplotd
https://code.dlang.org/packages/plotd

More complicated than that, I don't have familiarity with, but 
there are some other libraries worth looking at on 
https://code.dlang.org/


More information about the Digitalmars-d mailing list