efl/src/examples/evas
Marcel Hollerbach 46d464e5bf here comes meson
a new shiny buildtool that currently completes in the total of ~ 4 min..
1 min. conf time
2:30 min. build time
Where autotools takes:
1:50 min. conf time
3:40 min. build time.

meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read.

Further informations can be gathered from the README.meson

Right now, bindings & windows support are missing.

It is highly recommented to use meson 0.48 due to optimizations in meson
that reduced the time the meson call would need.

Co-authored-by: Mike Blumenkrantz <zmike@samsung.com>

Differential Revision: https://phab.enlightenment.org/D7012
Depends on D7011
2018-10-02 17:22:50 +02:00
..
filters
resources
shooter evas3d: update examples to constructor change 2018-02-15 13:11:00 -05:00
.gitignore
Makefile.examples
README examples: Move introduction to Ecore-Evas to evas-transparent.c 2017-07-11 11:29:07 +09:00
aspect.edc
evas-3d-aabb.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-blending.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-colorpick.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-cube-rotate.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-cube.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-cube2.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-eet.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-fog.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-frustum.c evas3d: use a type setter function with finalize instead of a custom constructor 2018-02-12 16:47:41 -05:00
evas-3d-hull.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-md2.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-mmap-set.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-obj.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-parallax-occlusion.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-pick.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-ply.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-proxy.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-shadows.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-3d-static-lod.c Efl.Gfx.Entity (from Efl.Gfx) 2018-04-24 09:03:32 -07:00
evas-aspect-hints.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-box.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-buffer-simple.c examples: Flesh out the evas-buffer-simple example 2017-06-09 12:09:54 +09:00
evas-common.h
evas-event-filter.c Efl.Canvas.Scene (from Efl.Canvas) 2018-04-24 09:03:23 -07:00
evas-events.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-gl.c evas gl: update example code for better user understanding. 2018-05-29 11:27:15 +09:00
evas-hints.c efl: Use Eina.Size2D for size hint combined min 2017-09-18 16:33:33 +09:00
evas-images.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-images2.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-images3.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-images4.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-images5.c efl: Merge Flipable and Orientation 2018-01-18 17:29:28 +09: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 examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-map-aa.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-map-utils-eo.c efl: fix some warnings in examples 2018-07-20 10:36:38 -04:00
evas-map-utils.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-multi-touch.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-multiseat-events.c Efl.Canvas.Scene (from Efl.Canvas) 2018-04-24 09:03:23 -07:00
evas-object-manipulation-eo.c Efl.Gfx.Image* (From Efl.Image*) 2018-04-24 09:03:40 -07:00
evas-object-manipulation.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-smart-interface.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-smart-object.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-stacking.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-table.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-text.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-textblock-obstacles.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-transparent.c examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas-vg-batman.c examples/evas: do not attempt to free animator on window delete 2018-07-18 15:31:00 +09:00
evas-vg-simple.c evas: parent need to exist to create a vg object. 2018-04-04 16:31:09 -07:00
evas_cxx_rectangle.cc examples: Improve error message text from Evas examples 2017-08-18 09:47:45 -04:00
evas_mono_box.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
evas_mono_image.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
evas_mono_image2.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
evas_mono_rectangle.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
evas_mono_table.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
evas_mono_text.cs efl_mono: Update tests and examples after rename 2018-05-03 18:04:41 -03:00
meson.build here comes meson 2018-10-02 17:22:50 +02: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


== 3D Graphics - Basics ==

 evas-gl.c                      - Introduction to GL in Evas
 evas-3d-cube.c                 - Introduction to meshes for 3D objects
 evas-3d-cube-rotate.c          - Introduction to events for 3D objects
 evas-3d-proxy.c                - Introduction to textures for 3D objects
 evas-3d-shadows.c              - Introduction to lighting and anti-aliasing


== 3D Graphics - File formats ==

 evas-3d-eet.c                  - eet file format
 evas-3d-md2.c                  - md2 file format
 evas-3d-obj.c                  - obj file format
 evas-3d-ply.c                  - ply file format
 evas-3d-mmap-set.c             - Import meshes from various file formats


== 3D Graphics - Advanced Topics ==

 evas-3d-aabb.c                 - Axis aligned bounding boxes
 evas-3d-blending.c             - Blending modes
 evas-3d-pick.c                 - Picking nodes and meshes by screen coordinates
 evas-3d-colorpick.c            - Picking nodes and meshes by color
 evas-3d-cube2.c                - Animation
 evas-3d-fog.c                  - Fog effect
 evas-3d-static-lod.c           - Static LOD techniques
 evas-3d-frustum.c              - Frustrum culling
 evas-3d-hull.c                 - Convex hull models and comparison with Blender
 evas-3d-parallax-occlusion.c   - Parallax occlusion shading and texture animation