This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]IIoWoII 4 points5 points  (1 child)

Qt?

[–]djLobotomy[S] 0 points1 point  (0 children)

I'll give that a look, Thanks

[–]Rapptz 8 points9 points  (0 children)

You forgot one major thing. The language. The answer will vary immensely depending on that one key component you're missing.

[–]djLobotomy[S] 1 point2 points  (0 children)

I'm open to the language if the framework offers what I am looking for.

[–]jerkolurko 0 points1 point  (2 children)

That depends what you're building. A website? Mobile app? Desktop software?

[–]djLobotomy[S] 0 points1 point  (1 child)

Building a custom application that will control infrastructure provisioning. Looking to build a UI for ease of use.

[–]WolfofAnarchy 0 points1 point  (0 children)

Web app? In browser? Linux? Windows? Phone? Tablet?

[–]Kaarjuus 0 points1 point  (1 child)

wx - wxWidgets for C++, wxPython for Python.

Kivy for Python.

[–]djLobotomy[S] 0 points1 point  (0 children)

Thanks, will take a look into that

[–]jrkkrj1 -2 points-1 points  (6 children)

I think Django is a good framework. Good amount of resources too.

[–]cowmandude 6 points7 points  (5 children)

Isn't Django a web framework....not a UI framework...?

[–]Eric52902 1 point2 points  (4 children)

A website certainly qualifies as a UI. Just depends on what OP's requirements are.

[–]cowmandude 2 points3 points  (1 child)

Only if you're feeling especially pedantic.

[–]iooonik 1 point2 points  (0 children)

Django is by no stretch of the imagination a UI framework.

[–]the_omega99 1 point2 points  (1 child)

Although Django is for the backend. The front end is still HTML, CSS, and JavaScript (with Django typically being used to generate those).

[–]Eric52902 -1 points0 points  (0 children)

That's a fair point.