On Mon, 2008-03-31 at 14:49 +0200, Simon Prückl wrote:
> Heyho,
> 
> we are currently doing an OS with a new input interface and a new way
> of graphics output.
> We decided to use Clutter because of the possibilities mentioned on
> your homepage and because of the test applications we found quite
> beautiful ;)
> Somewhere on you mailing lists and your webpage was mentioned, that
> Clutter should work without the X-Server by using and SDL backend.
> 

I'm assuming your platform is Linux since you don't specify otherwise.

You'll need an EGL library to let you draw to your framebuffer. If
you're running on an embedded platform you'll get such a driver from
your GPU manufacturer.

On a full blown DRI capable machine you can in theory use Mesa to do
this onto the framebuffer with DRI:

http://cgit.freedesktop.org/mesa/mesa/tree/src/egl/

Nobody's ever tried it though with Clutter.

Cheerio,

Rob

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to