Linked by Thom Holwerda on Mon 18th Dec 2006 19:02 UTC
Window Managers The Enlightenment team has released version e16-0.16.8.5 of its window manager for the X windowing system. "Add Xft font support; add _NET_WM_SYNC_REQUEST support; enable setting focused/non-focused opacity independently (Grant Weir); enable window matches on override-redirect windows (for compositing options); by default set opaque and fading off on xscreensaver window; various minor bug fixes and enhancements."
Thread beginning with comment 193935
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Beryl
by JonPryor on Mon 18th Dec 2006 19:51 UTC in reply to "RE: Beryl"
JonPryor
Member since:
2005-07-29

gnome/kde however does not have anything at all that allow programmers to do fancy effects inside an app.

This is what Cairo (http://www.cairographics.org/) is for. So this is being worked on, and has been progressing nicely.

Reply Parent Bookmark Score: 4

RE[3]: Beryl
by diegocg on Mon 18th Dec 2006 20:13 in reply to "RE[2]: Beryl"
diegocg Member since:
2005-07-08

No, that's not what cairo is for. Cairo is a lowlevel API that will indeed help to implement many of required capabilities, but to start with, it can't do things like ex:

http://developer.apple.com/documentation/GraphicsImaging/Conceptual...

What I'd like to have is an API that allows me to do things similar to the API described there, not a low-level thing that allows me to implement the API I'm needing - gnome/kde should provide it, I shouldn't need to implement it myself.

Edited 2006-12-18 20:16

Reply Parent Bookmark Score: 5

RE[4]: Beryl
by Xaero_Vincent on Mon 18th Dec 2006 20:17 in reply to "RE[3]: Beryl"
Xaero_Vincent Member since:
2006-08-18

There are API wrappers for many different languages:

http://cairographics.org/bindings

Reply Parent Bookmark Score: 0

RE[4]: Beryl
by michi on Mon 18th Dec 2006 20:55 in reply to "RE[3]: Beryl"
michi Member since:
2006-02-04

What I'd like to have is an API that allows me to do things similar to the API described there, not a low-level thing that allows me to implement the API I'm needing - gnome/kde should provide it, I shouldn't need to implement it myself.

Zack Rusin, one of the KDE developers, is working on a new image effect library that can add special effects to applications:

http://lists.kde.org/?l=kde-core-devel&m=116620003301584&w=2

This library supports OpenGL Textures, QPixmaps and QImages, thus it offers hardware accelerated effects if the hardware supports it. There is a screenshot:

http://chaos.troll.no/~zrusin/kimagefx.png

Please note that this is a really new project, thus a lot of work remains do be done.

Edited 2006-12-18 20:56

Reply Parent Bookmark Score: 3