> I'm just on the road of GTK+;and is thinking  about drawing  a 3D human
> bone modle in my software on Linux.
> after reading some material,  seemly  GTK+ don't support openGL .
>
> could you recomend  a graphic toolkit or graphic library that support 3D
> feature.
>
> I love GTK+ more than Qt,and C than C++;
>
> thanks ,sincely;
>

First for handling GL context with Gtk+ I recommend using Clutter[1] +
Cogl[2], both libraries are well placed inside Gtk+/GLib ecosystem.
Second for loading models into a ClutterActor I would recommend using
mash[3]

[1]: https://git.gnome.org/browse/clutter
[2]: https://git.gnome.org/browse/cogl
[3]: http://github.com/clutter-project/mash.git
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to