EFL 1.0 Is Finally Released
Lisandro writes "The Enlightenment crew has finally released the first version of the Enlightenment Foundation Libraries, which the E17 desktop is built on."
Adds reader mu22le:
"Among the Enlightenment libraries hitting version 1.0 are Eina (core data structure), Eet (data encode/decode and storage), Evas (canvas and scenegraph rendering ), Ecore (core mainloop, display abstraction and utility), Embryo (small virtual machine and compiler), Edie (GUI layout and animation), E_Dbus, Efreet (handling of freedesktop.org standards), and Eeze (udev wrapping)."
Getting it right can take a while -- a preview of the EFL libraries first appeared in 2004. Enlightenment has never stopped looking cool.
E17, which depends on these libraries, has been out for...how many years now? It's in wide use, and even has a specialized distro or two based on it. These may be v1.0 libraries, but that by no means indicates that they're "the first version". That's as silly a claim as the notion that v1.9 should be followed by v2.0 rather than by v1.10. The v1.0 appellation suggests that this is the first feature complete release, not the first version!
In retrospect, I've got to admire the dedication and self-control demonstrated by the E developers.
Back when E17 was started, it was a bloated (if awesome) project. I got sick and tired of waiting for it to finish, and pretty much soured on it when they started changing things drastically, making components (like efm - the file manager component of E17 at the time) discontinued. Granted, that's partially to be expected, but it was in development for years at that time - and reasonably stable despite.
Flash forward to now: it's a very, very lightweight window manager (compared to many others, at least) with a fairly rich featureset. It's been used recently on the "ePC" (2 years ago?) and IIRC it's been used on phones. The libraries are featureful and there is quite a lot of functionality exposed in the interfaces for the size of everything. The windowing toolkits are fast, and the result on my screen is likewise fast (and smooth) - even without acceleration. The libraries themselves are basically like the fltk2 toolkit, in many ways - but significantly more 'polished'.
It may have taken 10 years to 'get right' (or close to it) but the end result is, frankly, quite impressive.
~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
Since they are graphical libraries a series of screen shots detailing what they are capable of wouldn't be too bad.
I think it's a fair question to ask if you want to dedicate some time into using them.
"You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
If they want to promote a product that's essential to the UI of a desktop/handheld OS then why is their official site pretty much devoid of full-size images to give visitors a first impression?
Why are there literally 5 or 6 different frameworks in Linux, each with their own container classes, marshaling, runloop, event handling, and string libraries again?
Because 5 or 6 different groups of people thought it would be fun to write their own desktop frameworks.
Give me Classic Slashdot or give me death!
Some time ago there were hints & speculations that Samsung bada mobile OS might use some Enlightenment libraries.
Considering that Samsung hired Carsten Haitzler, the main figure behind E17, that wouldn't be too far fetched.
___________________ I want to be free()!
Will the HURD finally be completed? Mass hysteria!
I am a former openmoko user. I developed openmoko apps using EFL as well. There is a lot of stuff missing from EFL. A lot of stuff which is not documented. There are many situations where you just have to try something and if it doesn't work, try something else. A good component set will have documentation telling you what components can be embedded in other components. In many cased with EFL you have to go to the code or write a test to find out. Interoperability between components seems to have been developed on an "as needed" basis. A lot of the error messages written to stdout are unprofessionally written and uninformative. Its easy to generate a crash. I just can't see this going anywhere.
http://michaelsmith.id.au
Enlightenment is a window manager. The EFL are the libraries that the E team wrote in order to write E17 (Enlightenment 0.17), which was a complete rewrite from E16. If you are a developer you can use the libraries to write your own programs. The summary contains an overview of what does what (Except that it is Edje, not edie). If you are just an end user, then it is just libraries that are in E17's core, and thus it depends on them. For you the release would mean that E17 has less problems than before, and is closer itself to release.