Results 1 to 5 of 5
Hey Guys,
I'm using SuSe 10.3, and I'm trying to find the right graphics library to solve my problem.
In Windows, you can draw the intersection between two elliptical regions.
...
- 06-05-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Help with Linux
Hey Guys,
I'm using SuSe 10.3, and I'm trying to find the right graphics library to solve my problem.
In Windows, you can draw the intersection between two elliptical regions.
You can also draw the intersection between any shapes (regular or not).
I need to be able to do this in linux, but I can't find the right Library that will do so.
I was playing with FLTK, but it will only let you draw ellipses - the problem is that it can only show intersections for rectangles.
What graphics library allows for intersections between regions other than rectangles?
Please Help.
- 06-05-2008 #2
have you tried gimp ?
Linux and me it's a love story
- 06-05-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 3
ya....give gimp a try. it might work.
- 06-05-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
If you are speaking about an userland tool you already have your response.
If you really meant "library", you can do whatever you want with opengl. Alternatively, imagemagick is a very powerful image editing suite that can be useful in both, user and programmer lands.
- 06-05-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
Linux Graphics Help
I am speaking of an actual library - "programmer land" - compatible with C++
Thanks, I'll check out ImageMagick.
As for OpenGL, I couldn't find anything related to solving my problem using GLEW or GLUT.
Are there any other libraries that could solve my problem?
Drawing the intersection between regions is a computational geometry problem, and I know there are tons of algorithms out there that solve this. It's just that I was hoping there was something already implemented that's been debugged and tested.
I mean if Windows has it, and this is something a graphics library has to have, then there should be something comparable in Linux.
YES - I READ THE STICKY - WINDOWS IS NOT LINUX


Reply With Quote