Go to file
Marcel Hollerbach 3052374b49 add those files to .gitignore 2018-11-02 12:30:56 +01:00
apps csharp texteditor app: Revamping of this example 2018-10-19 15:30:42 +02:00
reference csharp: Remove efl-net examples. 2018-11-02 12:02:52 +01:00
tutorial meson: rename a few targets 2018-10-31 13:40:50 +01:00
unsorted efl_ui_view: keep up with API rename 2018-11-02 12:30:48 +01:00
.gitignore add those files to .gitignore 2018-11-02 12:30:56 +01:00
README Merge branch 'arcpatch-D5441' 2017-12-13 22:02:10 +00:00
meson.build.in here comes a helper script 2018-10-31 13:42:24 +01:00
setup.py here comes a helper script 2018-10-31 13:42:24 +01: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.