LordHatrus Posted April 1, 2004 Share Posted April 1, 2004 Any good sites/tips for programming a GUI in linux? My app (kind of a frontend to the OS, im working on a keyboardless linux that retains functionality) while it works very nicely, isn't exactly umm... User friendly? :) I'm looking to doing a full out GUI with a full screen 'interface' on top of X.... any other projects that happen to do this? (So i can leach some code?) Link to comment Share on other sites More sharing options...
kjordan2001 Posted April 2, 2004 Share Posted April 2, 2004 You want to make your own Window Manager? There's tons of interfaces that run on X out there.... Unless you want to make your own widgets, look at GTK or QT. Both have guides on their sites, just google them. Link to comment Share on other sites More sharing options...
Recommended Posts