D Graphics Library

jfondren julian.fondren at gmail.com
Tue Sep 14 20:10:20 UTC 2021


On Tuesday, 14 September 2021 at 19:44:17 UTC, Kenneth Dallmann 
wrote:
> Hello,
>
>    I'm just recently getting back into programming, studying D 
> as a new language.
> I know that D has access to C libraries.
>
>    What would be a good choice of graphics library to use? 
> given that it must allow commercial use and be opensource, so 
> no GPL.
>
>    I wouldn't want to use anything in C++, preferably it would 
> be in D but C could
> work too.
>
>     Do all libraries work with the LDC and therefor Emscripten?

games? Try https://github.com/schveiguy/raylib-d
example (transliteration of C): 
https://gist.github.com/jrfondren/7459713e2a4ad8d62d297abd4b0949d8

GUIs? try https://gtkd.org/
examples at https://gtkdcoding.com/

others? try 'dub search graphics'


More information about the Digitalmars-d mailing list