How do you create an opengl window with DerelictOrg?
Alex Parrill via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Dec 7 14:00:34 PST 2015
On Monday, 7 December 2015 at 21:33:57 UTC, Enjoys Math wrote:
> I've seen these:
> https://github.com/DerelictOrg?page=1
>
> BUt not sure how to use them, examples?
Derelict is just bindings for other libraries, for using C
libraries with D. Pick a library that does windows management (I
use GLFW, but I also see SFML and SDL), find the docs for them.
More information about the Digitalmars-d-learn
mailing list