Cool Enlightenment Stuff
I've been playing around with the EFL (Enlightenment Foundation Libraries) port of WebKit and I have been very impressed by the quality of the page rendering. In fact I have been playing around with Enlightenment E17 libraries, although I haven't gone the whole hog and installed the desktop environment.
The quality of the building blocks that have been put together are extremely impressive with multiple rendering backends for the Evas canvas including X11, OpenGL, Windows and Quartz. It's a highly optimised canvas to build UIs with. I've spent some time reading the source to work out how it all fits together. I liked the "buffer" backend for Evas that allows you to render to that engine and capture the output as a buffer of bytes, but in order to use it there was no massive difference in code.
But I digress, on my travels through the internet I found a few interesting projects related to Enlightenment e17.
First up there is a comprehensive skin for the Enlightenment areas that require it. It is called Detour (DTR) and looks clean and consistent.
Next up I found iTask (and its relations iTask-NG and WinList-NG) which are new taskbars for Enlightenment. These look good and provide integration with compositing with the NG versions.
Finally, the best thing I found was someone had put e17 together with the compositing of Compiz called ecomorph. This is an alpha project but is showing some impressive results. There is a three part video : one, two, three. Also you can see a super dark demo here.
Enlightenment has not been at the forefront unfortunately because of a lack of official e17 release, but hopefully that will be rectified in the near future, mainly because a lot of the framework provided could be really useful (and it is a British thing to root for the underdog).