Home » Developing U++ » U++ Developers corner » About Painter vs OpenGL
Re: About Painter vs OpenGL [message #31502 is a reply to message #31497] |
Mon, 07 March 2011 11:16   |
Tom1
Messages: 1305 Registered: March 2007
|
Ultimate Contributor |
|
|
Oops, I mixed up the terminology on the way.. Thanks for correcting me.
Doing 2D graphics directly with OpenGL is considerably more difficult for complex geometries than it is with Painter, and I'm certainly not one of the people who could implement such a mapping from scratch. So, this is why I do not use OpenGL for 2D directly.
Anyway, my chain of thoughts goes like this:
- Painter provides an excellent API and compatible software renderer (BufferPainter) capable of handling complex graphics primitives.
- OpenVG (see http://www.khronos.org/files/openvg-quick-reference-card.pdf ) should provide similar graphics capabilities.
- As far as I know, OpenVG is not (at least yet) available on pc hardware directly, but surprisingly there is/are OpenVG implementation(s) on top of OpenGL, such as ShivaVG.
MAYBE it is possible to map the Painter API on top of OpenVG or even directly on top of OpenGL. Is it fast? Is the quality sufficient? ... who knows before it is done.
--
Writing software to use OpenVG directly would only target the screen display, but having Painter implemented on top of OpenVG or OpenGL would provide all graphics needs under the same API.
Then there is the Microsoft Direct2D, which could possibly be another option for accelerating the Painter on Windows, but certainly not on other platforms.
Best regards,
Tom
|
|
|
 |
|
About Painter vs OpenGL
By: mirek on Fri, 04 March 2011 10:29
|
 |
|
Re: About Painter vs OpenGL
By: Novo on Fri, 04 March 2011 17:31
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Fri, 04 March 2011 17:56
|
 |
|
Re: About Painter vs OpenGL
By: Novo on Fri, 04 March 2011 19:52
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Fri, 04 March 2011 22:15
|
 |
|
Re: About Painter vs OpenGL
By: raxvan on Sat, 05 March 2011 13:38
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Sat, 05 March 2011 14:52
|
 |
|
Re: About Painter vs OpenGL
By: raxvan on Sat, 05 March 2011 15:01
|
 |
|
Re: About Painter vs OpenGL
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Sat, 05 March 2011 18:26
|
 |
|
Re: About Painter vs OpenGL
By: raxvan on Sat, 05 March 2011 17:45
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Sat, 05 March 2011 18:29
|
 |
|
Re: About Painter vs OpenGL
By: raxvan on Sun, 06 March 2011 08:44
|
 |
|
Re: About Painter vs OpenGL
By: Tom1 on Sun, 06 March 2011 22:10
|
 |
|
Re: About Painter vs OpenGL
By: mirek on Sun, 06 March 2011 22:57
|
 |
|
Re: About Painter vs OpenGL
By: Tom1 on Mon, 07 March 2011 11:16
|
 |
|
Re: About Painter vs OpenGL
By: raxvan on Mon, 07 March 2011 13:10
|
Goto Forum:
Current Time: Sun Aug 24 02:03:36 CEST 2025
Total time taken to generate the page: 0.00839 seconds
|