/** * @mainpage Enlightenment Foundation Libraries (EFL) * * The Enlightenment Foundation Libraries (EFL) cover a wide range of * functions including inter-process communication (IPC), graphics, audio * and even location services. Other powerful features include file * handling utilities, widgets and user interface controls, thumbnailing * and rendering via scene graph. You can discover more of EFL's * capabilities by visiting the * About EFL page. * * For ease of access to documentation, EFL can be split into Core, * Graphics, Operating System Specific and Beta library categories. * Documentation for libraries in each of these categories is available * below. * *

Core libraries

* * @li @ref ecore_main operating system abstraction and integration. * @li @ref eet_main binary data parser and serializer. * @li @ref eeze_main hardware device manipulation and notification. * @li @ref eina_main data types and low-level/basic abstractions. * @li @ref eio_main asynchronous input/output * @li @ref eldbus_main D-Bus integration. * @li @ref embryo_main embedded script language. * @li @ref eo_main generic object system. * *

Graphics libraries

* * @li @ref edje_main layout and theme library with super powers. * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration. * @li @ref elementary_main widget library. * @li @ref emotion_main to play music and videos. * @li @ref ephysics_main physics simulation integration and visual effects. * @li @ref ethumb_main to generate thumbnail images of files. * @li @ref evas_main drawing canvas. * *

Operating System specific libraries

* * @li @ref escape_main playstation3 portability layer. * @li @ref evil_main microsoft windows portability layer. * *

Early stage libraries (BETA testing)

* * @li @ref eolian_main an EO file parser and code generator. * * If you are looking for methods that do not fit into the above list you can * see the full module listing. */ /** * @page authors Authors * * @author Adam Simpkins * @author Aharon Hillel * @author Albin "Lutin" Tonnerre * @author Andre Dieb * @author Andrew Williams * @author Arnaud de Turckheim 'quarium' * @author Bernhard Nemec * @author billiob (Boris Faure) * @author Bluezery * @author Boris "billiob" Faure * @author Brett Nash * @author Brian 'rephorm' Mattern * @author Brian Mattern * @author Bruno Dilly * @author Burra * @author Carsten Haitzler * @author Cedric BAIL * @author Chidambar Zinnoury * @author Chris Ross * @author Christophe Dumez * @author Christopher 'devilhorns' Michael * @author Hermet Park * @author Corey "atmos" Donohoe * @author dan sinclair * @author Daniel Juyung Seo * @author Daniel Willmann * @author Daniel Zaoui * @author David 'onefang' Seikel * @author David Goodlad * @author Davide Andreoli * @author Doyoun Kang * @author Fabiano Fidêncio * @author Flavio Ceolin * @author Govindaraju SM * @author Guilherme Silveira * @author Guillaume Friloux * @author Gustavo Chaves * @author Gustavo Lima Chaves * @author Gustavo Sverzut Barbieri * @author Gwanglim Lee * @author Haifeng Deng * @author Hisham 'CodeWarrior' Mardam Bey * @author Howell Tam * @author Hugo Camboulive * @author Hyoyoung Chang * @author Ibukun Olumuyiwa * @author Iván Briano * @author Jaehwan Kim * @author Jihoon Kim * @author Jorge Luis Zapata Muga * @author Jose O Gonzalez * @author José Roberto de Souza * @author Jérémy Zurcher * @author Jérôme Pinot * @author Kim Shinwoo * @author Kim Woelders * @author Kim Yunhan * @author Lars Munch * @author Leandro Dorileo * @author Leandro Pereira * @author Leif Middelschulte * @author Lucas De Marchi * @author Luis Felipe Strano Moraes * @author Mathieu Taillefumier * @author Matt Barclay * @author Michael 'Mickey' Lauer * @author Michael Bouchaud (yoz) * @author Mikael Sans * @author Mike Blumenkrantz * @author Mike McCormack * @author Myoungwoon Roy Kim(roy_kim) * @author Myungjae Lee * @author Nathan 'RbdPngn' Ingersoll * @author Nicholas 'Mekius' Hughart * @author Nicholas Curran * @author Nicolas Aguirre * @author Peter Wehrfritz * @author Pierre Le Magourou * @author PnB * @author Prince Kumar Dubey * @author Rafael Antognolli * @author Rafal Krypa * @author Rajeev Ranjan (Rajeev) * @author Raphael Kubo da Costa * @author Ricardo de Almeida Gonzaga * @author Robert David * @author Rui Miguel Silva Seabra * @author Samsung Electronics * @author Samsung SAIT * @author Sangho Park * @author Sebastian Dransfeld * @author Seungsoo Woo * @author Shilpa Singh * @author Simon Poole * @author Sohyun Kim * @author Steve Ireland * @author Sung W. Park * @author Term * @author Thierry el Borgi * @author Tiago Falcão * @author Till Adam * @author Tilman Sauerbeck * @author Tim Horton * @author Tom Gilbert * @author Tom Hacohen * @author Tristan * @author Vikram Narayanan * @author Vincent Torri * @author Willem Monsuwe * @author WooHyun Jung (woohyun) * @author xlopez@@igalia.com * @author Youness Alaoui * @author Yuri * @author Yuri Hudobin * @author ZigsMcKenzie * * Please contact to get in * contact with the developers and maintainers. * */ /** * @defgroup Eo Eo * * @brief Generic object system. */ /** * @defgroup Evas Evas * * @brief Drawing canvas. */ /** * @defgroup Eet Eet * * @brief Binary data parser and serializer. */ /** * @defgroup Eina Eina * * @brief Data types and low-level/basic abstractions. */ /** * @defgroup Embryo Embryo * * @brief Embedded script language. */ /** * @defgroup Evil Evil * * @brief Microsoft Windows portability layer. */ /** * @defgroup Ecore Ecore * * @brief Operating System Abstraction and Integration. */ /** * @defgroup Eio Eio * * @brief Asynchronous input/output and file manipulation. */ /** * @defgroup Eldbus Eldbus * * @brief D-Bus integration with EFL (Ecore). */ /** * @defgroup Efreet Efreet * * @brief FreeDesktop.Org (XDG) menu and desktop integration. */ /** * @defgroup Eeze Eeze * * @brief Hardware device manipulation and notification, wraps UDev and similar. */ /** * @defgroup Edje Edje * * @brief Layout and theme library with super-powers. */ /** * @defgroup Emotion Emotion * * @brief Plays music and videos. */ /** * @defgroup Ethumb Ethumb * * @brief Generates thumbnail images of files. */ /** * @defgroup EPhysics EPhysics * * @brief Physics simulation integration and visual effects. */