Thread: windows in linux

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    224

    windows in linux

    how do i make graphical programs in linux... in windows there is win32 openGL and directX to name a few. What is there to use for linux? i have herd of Motif and Qt i think and wx.... something. but what i want too know is what you use and why

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    search the board been said many times. There is no standard like in windows, but 2 main ones are gtk and qt. I prefer to write in Gtk.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    224
    anyone have oppinions on what one is easier to use or easier to learn? and what about Motif and wxWindows (something like that)

  4. #4
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    wxWidgits (previously known as wxWindows) is cross platform, you should be able to copy the stuff you write for windows, recompile, and shouldn't need to make any changes, unless you use system specific API calls. I don't have any experience with any of these yet. Also, OpenGL is crossplatform, and is also included with most Distros with X. There are a few different ways to use it, via Mesa or Glut. There are other sites out there that give tutorials on using it, but I don't think your looking for it to make basic UI's, OpenGL is more for 3d rendering.
    Last edited by Xipher; 09-28-2004 at 06:28 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. windows .dll vs. linux .so - global static objects
    By pheres in forum C++ Programming
    Replies: 11
    Last Post: 11-23-2010, 01:29 PM
  2. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  3. Build linux on windows
    By baash05 in forum Linux Programming
    Replies: 6
    Last Post: 02-19-2008, 10:12 PM
  4. Why can't Windows run Linux binary executables?
    By Kleid-0 in forum Tech Board
    Replies: 30
    Last Post: 12-04-2005, 11:44 PM
  5. Linux and Windows Duel Boot
    By The15th in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-26-2002, 04:59 AM