Ethan
Ethan

Reputation: 1472

OpenGL 3/4 support in D

Is there any lib that provides OpenGL 3 or 4 bindings for the D language? AFAIK, derelict only gives 2.1 capabilities.

Upvotes: 11

Views: 4793

Answers (1)

jpf
jpf

Reputation: 517

derelict2 supports OpenGL 3.1, 3.2, 3.3 and 4.0.

See http://www.dsource.org/projects/derelict/changeset?old=branches%2FDerelict2%2FDerelictGL%2Fderelict%2Fopengl%40523&new=branches%2FDerelict2%2FDerelictGL%2Fderelict%2Fopengl%40523

The link above is not longer working. Derelict is now version 3 and on Github: https://github.com/aldacron/Derelict3/

Upvotes: 11

Related Questions