Thread: X Windows Programming Question

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    12

    X Windows Programming Question

    I am developing a C program that runs on FreeBSD. I need to be able to display image data in X Windows and I am looking for a simple way to do this. I don't need any kind of image format decoders, I am already do this behind the scenes. I basically just need to be able to create a simple window and display my RGB data to it. Should I be looking at Motif? If so what widget should I be looking at using? Should I be looking at QT? Suggestions welcome. Thanks

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    The world is waiting. I must leave you now.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    12
    I know about google. I was just looking for some suggestions on what would be the best way to approach this problem.

  4. #4
    KingoftheWorld
    Guest
    You can include X window library into your program.
    I think Motif also work fine to serve as GUI(Unix platform) for
    your program.

    KingoftheWorld

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. An Elementary Windows Question
    By samGwilliam in forum Windows Programming
    Replies: 7
    Last Post: 01-20-2006, 04:20 PM
  2. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  3. Two Windows on two different HDD??? Question
    By Sevrin in forum Tech Board
    Replies: 6
    Last Post: 06-19-2003, 10:22 AM
  4. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  5. Another windows service question... starting/stopping
    By BrianK in forum Windows Programming
    Replies: 1
    Last Post: 03-20-2003, 12:22 AM