Glebka
Glebka

Reputation: 1668

what is the framework using in Blender GUI?

What is the framework using in Blender GUI? QT? Or Tk, GTK+, FOX toolkit, wxWidgets? Because Blender is cross-platform application.

Upvotes: 42

Views: 33576

Answers (3)

Kassandra
Kassandra

Reputation: 301

Blender's interface is entirely custom

Upvotes: 13

James
James

Reputation: 25543

Blender uses OpenGL to draw all of its user interface. (Personally I'm a fan!)

Upvotes: 74

dpq
dpq

Reputation: 9278

None of those, apparently. I come to this conclusion from the fact that the Debian-packaged Blender doesn't depend on any GUI toolkit, and based on the threads at the Blender forum here and here. Note the phrase in the second thread:

There is probably zero (or at least quite little) chance of QT or GTK or any other rather heavy gui toolkit being used with Blender.

Upvotes: 5

Related Questions