ChiSoxKeith
Posts: 9
Joined: Mon Aug 19, 2013 6:26 pm

2D

Fri Nov 22, 2013 8:57 pm

Anyone have a good demo for getting a simple 2D starter project up and running with openGL on the Raspberry Pi?

User avatar
AndyD
Posts: 2334
Joined: Sat Jan 21, 2012 8:13 am
Location: Melbourne, Australia
Contact: Website

Re: 2D

Tue Nov 26, 2013 7:05 am

No OpenGL, but OpenVG which is good for 2D graphics. https://github.com/ajstarks/openvg

User avatar
ArborealSeer
Posts: 300
Joined: Tue Jan 24, 2012 9:48 am
Location: South West, UK

Re: 2D

Thu Nov 28, 2013 4:12 pm

ChiSoxKeith wrote:Anyone have a good demo for getting a simple 2D starter project up and running with openGL on the Raspberry Pi?
There's not really such a thing as simple.. find a "hello triangle" from an OpenGL ES 2.0 book, tutorial series or devkit and go from there
Pi Status > Farnell, Arrived 24/5- RS, Arrived 1/6

toxibunny
Posts: 1382
Joined: Thu Aug 18, 2011 9:21 pm

Re: 2D

Thu Nov 28, 2013 4:45 pm

If you just want something simple and easy to use, then the pi3d library for python is opengles accelerated...
note: I may or may not know what I'm talking about...

Return to “OpenGLES”