Find the answer to your Linux question:
Results 1 to 6 of 6
Hi! I want to program a primitive graphical application mostly for fun. Let say with C or C++ (does not really matter). What is the simplest way to do it? ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    11

    graphics - need advice

    Hi!

    I want to program a primitive graphical application mostly for fun.
    Let say with C or C++ (does not really matter).

    What is the simplest way to do it? I'll appreciate a good advice here!

    So far I have heard about OpenGL and GLUT tools - is it the best?

    How many choices we have?
    What do you actually use by yourself and can recommend?


    Thanks. Roman.

  2. #2
    Just Joined!
    Join Date
    Oct 2004
    Posts
    62
    Hi.
    it's matter of taste... there are lot of solutions.
    I prefer gnuplot interfaced to Python.
    Plenty of documentation on line (also for c & c++).

  3. #3
    Just Joined!
    Join Date
    Dec 2008
    Posts
    11
    Thank you, fiomba. I will try this...

  4. #4
    Just Joined! Surak's Avatar
    Join Date
    Dec 2008
    Posts
    32
    SDL is by far the quickest and easiest way to do anything, although it is oriented towards games, it should work fine.

  5. #5
    Just Joined!
    Join Date
    Dec 2008
    Posts
    11
    Never heard about SDL. Will try it for sure. Thanks
    What do you think about Java?

    Merry Christmas to all!

  6. #6
    Just Joined!
    Join Date
    Oct 2004
    Posts
    62
    Hi mors123456,
    Happy New Year!
    For scientific plotting, I keep on saying that the best solution is gnuplot.
    About Java, it can do also graphs, but strictly speaking is an object oriented language,
    better than C++ (IMHO), but I'll never use it, because I hate OOP...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...