efl/src/examples/evas
Carsten Haitzler 42c123d1d7 singularize srand in eina_init - only once in one place
simplify down to having a single srand() in eina_init and use urandom
if it works and is there - if not, time(NULL) will do. it's the best
we can...
2020-10-03 20:46:50 +01:00
..
filters
resources canvas3d: remove canvas3d examples. 2020-03-17 21:12:09 +09:00
.gitignore
README canvas3d: remove canvas3d examples. 2020-03-17 21:12:09 +09:00
aspect.edc
efl-canvas-animation.c efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00
efl-canvas-vg-simple.c examples: resolve float compare warnings 2020-05-12 16:10:02 +02:00
evas-aspect-hints.c
evas-box.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
evas-buffer-simple.c
evas-common.h evas vector: add a lottie animation example. 2019-06-21 17:36:17 +09:00
evas-event-filter.c
evas-events.c
evas-gl.c examples: resolve float compare warnings 2020-05-12 16:10:02 +02:00
evas-hints.c api: efl.gfx.size_hints -> efl.gfx.hints 2019-02-21 18:43:12 +01:00
evas-images.c
evas-images2.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
evas-images3.c
evas-images4.c
evas-images5.c Rename Efl.Gfx.Orientation -> Efl.Gfx.Image_Orientation 2019-05-22 14:16:16 -04:00
evas-images6.c evas example: add a png scale down example. 2019-05-20 08:52:11 -04:00
evas-init-shutdown.c docs: Fix typos in API reference doc and comments. 2018-08-31 17:45:31 +09:00
evas-map-aa-eo.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
evas-map-aa.c examples/evas: free map pointer in map example 2019-10-16 06:57:34 +09:00
evas-map-utils-eo.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
evas-map-utils.c
evas-multi-touch.c
evas-multiseat-events.c
evas-object-manipulation-eo.c Get rid of trailing whitespaces (2 / 14) 2020-06-23 10:27:35 +02:00
evas-object-manipulation.c
evas-smart-interface.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
evas-smart-object.c singularize srand in eina_init - only once in one place 2020-10-03 20:46:50 +01:00
evas-stacking.c
evas-table.c
evas-text.c
evas-textblock-obstacles.c
evas-transparent.c
evas-vg-batman.c tests - evas vg - use evas enumas not efl ui - warn fix 2020-08-25 13:21:25 +01:00
evas-vg-json.c evas: migrate the vg json example 2019-11-20 10:03:47 +01:00
evas-vg-simple.c tests - evas vg - use proper enuams for evas vg api - warn fix 2020-08-25 13:21:25 +01:00
evas_cxx_rectangle.cc cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
meson.build canvas3d: remove canvas3d examples. 2020-03-17 21:12:09 +09:00

README

Evas Examples
-------------

This directory contains various examples for learning how to use Evas.
The list below groups them topically.  Examples labeled "Introduction"
are more extensively commented to explain basic concepts and are good
points to start from in learning more advanced topics.


== Basic Evas ==

evas-init-shutdown.c            - Introduction to Evas
evas-buffer-simple.c            - Using the Evas buffer engine
evas-transparent.c              - Introduction to Ecore-Evas
evas-object-manipulation.c      - Introduction to object manipulation


== Event Handling ==

evas-events.c                   - Introduction to callbacks
evas-event-filter.c             - 
evas-multiseat-events.c         - Multi-seat events
evas-multi-touch.c              - Multi-touch


== Text objects ==

evas-text.c                     - Introduction to text objects
evas-textblock-obstacles.c      - Textblock obstacles


== Image Objects ==

evas-images.c                   - Introduction to image objects
evas-images2.c                  - Handling events for image objects
evas-images3.c                  - Saving data for image objects
evas-images4.c                  - Rotating and flipping image objects
evas-images5.c                  - Using the newer APIs


== Smart Objects ==

evas-smart-interface.c          - Introduction to smart interfaces
evas-smart-object.c             - Customizing smart interfaces


== Scene Layout and Management ==

evas-hints.c                    - Setting hints on objects
evas-aspect-hints.c             - Aspect control
evas-box.c                      - Box based layout of objects
evas-stacking.c                 - Object stacking and layers
evas-table.c                    - Introduction to table objects


== Maps ==

evas-map-utils.c                - Introduction to map utilities
evas-map-aa.c                   - Maps and anti-aliasing


== Eo API ==

evas-object-manipulation-eo.c   - Eo API
evas-map-utils-eo.c             - Eo API
evas-map-aa-eo.c                - Eo API


== 2D Vector Graphics ==

evas-vg-simple.c                - Introduction to vector graphics
evas-vg-batman.c                - Animated vector graphics
evas-vg-json.c                  - Play Lottie files