Go to file
Xavi Artigas d022796a35 Do not use efl as a prefix for variables
Renamed efl_fd to fd_obj.
2017-12-04 18:02:07 +01:00
apps/c apps: Add first pass Game of Life :) 2017-12-01 22:27:35 +00:00
reference/c Do not use efl as a prefix for variables 2017-12-04 18:02:07 +01:00
tutorial/c lifecycle: EAPI_MAIN need to be used as it is an application symbol, not a library one. 2017-11-30 02:48:27 -08:00
.gitignore ignore build dirs 2017-10-12 11:02:28 +01:00
README Move examples into examples/c/ and rename them to remove the extra namespace 2017-11-09 18:18:52 +00:00

README

Examples
========

A group of new,clean examples that demonstrate EFL in various languages.
EFL usage in here should be using the latest APIs where possible and use supported languages and build systems.

For C we are using meson to build - the standard steps are:

  * meson build/
  * cd build
  * ninja

if, however, you have Edi installed then the edi_build command will run the appropriate steps automatically.

Directory naming is <type>/<language>/<name> please be careful to namespace example binaries in case they are installed by the user.