does GtkD (win7) support opengl?

Mike Wey mike-wey at example.com
Wed Apr 3 13:48:58 PDT 2013


On 04/03/2013 03:23 AM, Alexandr Druzhinin wrote:
> 03.04.2013 4:13, Mike Wey пишет:
>>
>> GtkD relies on gtkglext-3 for it's openGL support it can be found here:
>> https://github.com/tdz/gtkglext
>>
>> It currently isn't included in the Gtk-runtime installer, and as far as
>> i know there aren't any binaries readily available for windows.
>>
>> And i haven't yet found the time to try and build it myself.
>>
> So undefined symbols may be just unported to windows part of gtkd library?

I didn't even check those.

There seem to be missing symbols from OpenGl, for these you could link 
directly with the openGL library, or use Derelict for these.

The others are form the GtkD binding of gtkdgl, these are not compiled 
by default when building GtkD using the dgen tool from the wiki.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list