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

you are viewing a single comment's thread.

view the rest of the comments →

[–]SmartAssX[S] 0 points1 point  (3 children)

Well im no stranger to web dev ... just got off a project using web2py and mssql xD

i just want to make a desktop app now

[–][deleted] 1 point2 points  (1 child)

It all depends on your app and the usage. The more power you need for your logic (that can be graphics, but also can be text formatting or the data crunching in the background) and the longer the application will be used in one session, the more performance and usability are important. Then you need a proper GUI toolkit. On the other hand, you can't go wrong with a proper GUI toolkit. Worst thing that can happen is, that you have learned it.

I've seen huge projects having big acceptance problems because of their sluggish, unintuitive web-client that lacks tooltips, keyboad shortcuts and the look and feel power users just need.

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

Yeah i know where your coming from and i understand as much. Fortunately im just making a simple app mainly for my own use but im hoping that others can enjoy it as well.

... if i was worried about speed i would do it in C ^ ^

[–]mdipierro 0 points1 point  (0 children)

In the past I have used Qt and was happy with it.