Category Archives: Derelict

Derelict on GitHub

I’ve finally got Derelict all set up on GitHub. But if you haven’t kept up with the Derelict forum, you may be surprised at the Derelict3 label. The short version is that my decision to move to GitHub coupled with … Continue reading

Posted in Derelict, News | Tagged , , , | Leave a comment

Derelict Updates

Users of Derelict 2 should upgrade to the latest and greatest. The newest DMD releases broke compilation, but the repository now contains fixes. Also, I discovered that DerelictAllegro wasn’t Tango-ready, so now it is.

Posted in Derelict, News, Tango | Tagged , , , , | 3 Comments

Derelict Bugfixes

A while back, people started getting mysterious crashes on Linux when using some Derelict packages with DMD. It was discovered to be directly related to the –export-dynamic linker flag having been added to DMD’s sc.ini on Linux. At the time, … Continue reading

Posted in Derelict, News | Tagged | Leave a comment

DerelictGL Now Supports OpenGL 3.0+

I’ve finally gotten around to adding support for OpenGL 3.0/3.1/3.3/4.0 to the Derelict 2 branch. If you’re interested in using modern OpenGL support, head on over to the Derelict project page for info on how to obtain the Derelict 2 … Continue reading

Posted in Derelict, News | Tagged , , | 1 Comment

Libraries and Version Statements (or I Feel Really Silly)

Some time ago, I took the wholly needless and obsessive step of segregating all of the non-platform-specific OpenGL extension types and function declarations into version blocks in DerelictGL. There’s DerelictGL_EXT for the GL_EXT family of functions; DerelictGL_ARB for the GL_ARB … Continue reading

Posted in D Programming, Derelict, Discussion | Tagged , , , | 4 Comments