Tag Archives: Derelict

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

Derelict 2 AUR Package

If you’re a Derelict user on Arch Linux, you may be interested in this. One of our D community members, elkano, is maintaining an AUR package for Derelict 2.

Posted in Linux, News | Tagged , , , , | 4 Comments

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

Yet Another News Roundup

Once again, I’ve fallen way behind on D news. For a while, it was a bit dry. Then in the past few weeks a few announcements came and I kept putting off reposting them here. So, here’s some of the … Continue reading

Posted in Derelict, LDC Releases, News | Tagged , , , , , , , | 2 Comments