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? ...
- 12-22-2008 #1Just 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.
- 12-22-2008 #2Just 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++).
- 12-23-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 11
Thank you, fiomba. I will try this...
- 12-25-2008 #4
SDL is by far the quickest and easiest way to do anything, although it is oriented towards games, it should work fine.
- 12-25-2008 #5Just 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!
- 12-26-2008 #6Just 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...


Reply With Quote