On 09/21/2015 10:59 AM, Michał wrote:
So no idea how to make basic gtk/opengl application working?

With no experience at all, copying an example without opengl from a basic and incomplete Turkish gtkd tutorial[1]:

import gtk.Window;
import gtk.Main;

int main(string[] args)
{
    Main.init(args);
    auto pencere = new Window("deneme");
    pencere.show();
    Main.run;

    return 0;
}

Does that work?

Ali

[1] http://ddili.org/ders/gtkd/merhaba_gtkd.html

Reply via email to