Re: clutter / cogl on Rasperry PI



On 15/04/13 07:55, Roland Peffer wrote:
I just received a Rasperry Pi Rev B.
Now I would like to get clutter running on it with best HW acceleration possible.

Anyone here has done it yet?

Sure, but the general OpenGL performance on the RPI is poor.

2.) Or hack cogl as written here:
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=5277
https://github.com/johang/clutter


You don't have to hack cogl or clutter as such, you just have to call
bcm_host_init() in your application before you initialize cogl, and
configure cogl to use gles2, the pvr null platform and the evdev input
backend. You also need to configure the RPI at boot time with a generous
amount of video memory.

Tomas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]