Go to file
Andy Williams c99595e00a Let's use the window callback to avoid elm_policy needs 2017-12-07 12:39:59 +00:00
apps/c Let's use the window callback to avoid elm_policy needs 2017-12-07 12:39:59 +00:00
reference/c ui: Add starter of a translation reference example 2017-12-06 12:46:15 +00:00
tutorial/c Let's use the window callback to avoid elm_policy needs 2017-12-07 12:39:59 +00:00
.gitignore ui: Add starter of a translation reference example 2017-12-06 12:46:15 +00: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.