Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 213
Glebka Avatar asked Jun 25 '10 12:06

Glebka


People also ask

How is Blender GUI made?

The Blender GUI is established through an interplay of multiple parts of the code. I.e. on a high level: GHOST – OS dependent code (windows, OpenGL context, device input, etc.) Window-Manager – OS independent management of windows, events, keymaps, data-change notifiers, etc.

What is a framework in GUI?

The UI Framework is the set of classes and interfaces that define the elements and behavior of a window-based UI Subsystem. It defines a structure for defining user interfaces.

What is Blender built in?

Blender has been programmed in C, C++ and Python. OpenGL is used to render everthing on screen, including the user interface.


2 Answers

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

like image 83
James Avatar answered Sep 28 '22 01:09

James


Blender's interface is entirely custom

like image 29
Kassandra Avatar answered Sep 28 '22 01:09

Kassandra