Go to file
Xavi Artigas d1e530d256 Moved focus example to proper place
Summary: It is a guide, not a tutorial.

Reviewers: vitor.sousa, lauromoura

Reviewed By: vitor.sousa

Differential Revision: https://phab.enlightenment.org/D7055
2018-09-18 12:43:11 -03:00
apps tutorial: Fix behavior of "New" button in texteditor 2018-08-10 12:59:52 -04:00
reference Moved focus example to proper place 2018-09-18 12:43:11 -03:00
tutorial Moved focus example to proper place 2018-09-18 12:43:11 -03:00
unsorted add makefile for elementary C examples 2018-08-21 16:22:25 -04:00
.gitignore ui: Add starter of a translation reference example 2017-12-06 12:46:15 +00:00
README Merge branch 'arcpatch-D5441' 2017-12-13 22:02:10 +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.