The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
179 views

UIToolkit for Android and Unity

I am making a GUI for my android game project on Unity using the UIToolkit. The Sample Scenes (eg Kitchen Sink) works fine on the Unity Editor. But when I run the exact same sample scenes on the ...
2
votes
1answer
209 views

DSL/Rubyish wrapper for SWT for the use in JRuby?

I came to JRuby from MRI mainly for SWT and Java libraries for the use in desktop development. With some little experimentation I find that it is usable for my purposes. But it looks like java code ...
0
votes
1answer
22 views

Why does a simple method trigger a main loop message and then block?

Here it was told me something I can't understand about wxPython and other GUI toolkits. When I call GetLabel from a 'static text' control, there gets an event enqueued and GetLabel doesn't return ...
3
votes
1answer
124 views

How do the GUI toolkits communicate with the window managers on Linux?

What is the basic mechanism that make GUI toolkits (such as Qt, GTK) work together with the window managers? As far as I understood, GUI toolkits can draw their own main window without requiring any ...
1
vote
1answer
186 views

Is WPF yet another GUI toolkit like WinForms?

Is WPF yet another GUI toolkit like WinForms with some enhanced features? What other GUI toolkits are available for .Net? I am new to .Net and I believe that WinForms is a GUI Toolkit as per: ...
0
votes
4answers
715 views

C++ GUI Toolkit with OpenGL Support

I've been looking for a good C/C++ GUI Toolkit for some time now, and have found these to be the general requirements: I need it to be: Good looking cross-platform C++ or C that will ...
0
votes
2answers
322 views

Standard JS GUI Control Libraries

As far as JS libraries go we have standards like jQuery for making our own tools, but are there very widely used libraries of reusable controls, to make up for all the standard GUI controls not ...
7
votes
2answers
945 views

What is the best library to use when writing GUI applications in C++? [duplicate]

Possible Duplicate: Gui toolkits, which should I use? I've got a fair bit of C/C++ experience - mostly for writing console application for Windows/Linux, and also a fair bit of C# ...
1
vote
3answers
266 views

Cross-platform widget toolkit

I'm looking for a cross-platform widget toolkit that I can use for a C application that I'm developing. This application will only serve as a small front-end. I'm keen on good design and usability. ...
1
vote
1answer
111 views

Developing Own gui Controls

I'm developing a gui for a game,then,i need to handle everything,from events to draw the controls,its pretty hard. i have a logical problem,above i will explain what is my question,with a help from a ...
9
votes
8answers
8k views

Can someone please recommend an alternative to Java swing? [closed]

I have been mucking about with Java swing lately but it's butt ugly! Are most people who write Java GUI's using swing or something else? I would really appreciate a recommendation. I don't want to use ...
0
votes
1answer
103 views

Objectively evaluating new GUI toolkits

I was checking out a new GUI toolkit, and my first impression was "wow, this is a lot harder to use than my previous toolkit." But then I wondered, "is it harder because it is unfamiliar, or because ...
1
vote
1answer
787 views

Pure GUI apps for Win/Linux/Mac in C++ with G++

GUI apps for Win/Linux/Mac in C/C++ Please, i want know how to write a "pure" "native" "API-level" apps for Windows and Linux and Mac in C++. I don't want one-code run-anywhere, but a native code ...
0
votes
1answer
558 views

How Adobe made Photoshop cross-platform?

I want just know how Adobe makes Photoshop cross-platform? I know Photoshop is written completely in C++, but what about the GUI? Does Adobe use GUI toolkits?
8
votes
2answers
800 views

WIll QT have any future as a GUI toolkit on MacOSX?

Today i tried to implement the owner drawn menu item support in Cocoa and MacOSX 10.5 And what i found was pretty scary when i think about QT which i intended to use for some other projects. If i ...
8
votes
4answers
3k views

What GUI toolkit does Valve use for Steam?

What GUI toolkit does Valve use for Steam? Is it Qt? I am interested in using the same toolkit for a project.
4
votes
3answers
1k views

What GUI toolkit looks best for a native LAF for Python in Windows and Linux?

I need to decide on a GUI/Widget toolkit to use with Python for a new project. The target platforms will be Linux with KDE and Windows XP (and probably Vista). What Python GUI toolkit looks best and ...
16
votes
3answers
11k views

Which Java GUI framework to choose now? [closed]

Which GUI framework/library would you choose if you were to start your new project now or in the near future? It has to be free for commercial use and cross platform. I have been a happy swing user, ...
2
votes
2answers
1k views

Which GUI toolkit would you use for a touchscreen interface?

The only experience I have so far with a touchscreen interface was one where everything was custom drawn, and I get the feeling it's not the most efficient way of doing it (even the most basic layout ...
7
votes
8answers
3k views

Easiest cross platform widget toolkit?

What is the easiest cross platform widget toolkit? that minimally covers Windows, osx, and Linux with a c or c++ interface?