From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=1.0 required=3.0 tests=BAYES_40,FORGED_GMAIL_RCVD, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Status of openGL support in GtkAda. Date: Thu, 21 Sep 2023 18:38:02 +1000 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 21 Sep 2023 08:36:58 -0000 (UTC) Injection-Info: dont-email.me; posting-host="02c70df4d284c94bc89e2e3f3559804c"; logging-data="3608335"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+3JEZDOKsu5OgR+pJ6wh/GxhXjKHU4Tyk=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:xovmxJKVPFX820QGeGpkXuB1m8A= Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65687 List-Id: Hello.all, Has anyone had any success using openGL in GtkAda ? I tried a quick test today and although the 'Gtk.GLArea' and 'Gdk.GLContext' packages are present, I was unable to get a GL context. Also, the testgtk program has no openGL demo, as it used to have. I used openGL/GtkAda to good effect many years ago. Has openGL support then been dropped completely ? I recall there was a Gtk3 bug related to openGL and thought that might possibly be the reason why it is absent in GtkAda. Does GtkAda use Gtk4, yet ? I'm quite keen to try my hand at game programming (and have developed an Ada game engine library), so any advice/info would be greatly appreciated. Regards.