D for sciencetific scripting / rapid protoryping

Daniel Kozak kozzi11 at gmail.com
Tue Oct 22 07:23:46 UTC 2019


On Tue, Oct 22, 2019 at 8:00 AM Prokop Hapala via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
>
> I'm examining the possibility to move from Python+C/C++ to D or
> Python+D. I read
> (https://wiki.dlang.org/Programming_in_D_for_Python_Programmers)
> and
> (https://jackstouffer.com/blog/nd_slice.html), where is mentioned
> PyD, Mir-algorithm, all seems very promising. But I did not test
> it yet.
 >...

You should try to use https://github.com/BindBC/bindbc-opengl and
https://github.com/BindBC/bindbc-sdl. There seems to be an issue with
derelict packages (mainly with the gl3 one)
And as far as I know derelict should be replaced by bindbc anyway in future.

And if you plan to have *.so libs you should add "targetType" :
"dynamicLibrary", to you dub.json


More information about the Digitalmars-d-learn mailing list