You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Blumenkrantz 225d59eed0 examples/evas: free map pointer in map example 4 years ago
..
filters
resources evas_vg_json: Add image embedded example 4 years ago
shooter evas_3d: stop just segfaulting straight away 5 years ago
.gitignore Evas: Add event filter example. 7 years ago
README evas vector: add a lottie animation example. 4 years ago
aspect.edc
evas-3d-aabb.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas-3d-blending.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-colorpick.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas-3d-cube-rotate.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas-3d-cube.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-cube2.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-eet.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-fog.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-frustum.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-hull.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-md2.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-mmap-set.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-obj.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-parallax-occlusion.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-pick.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-ply.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-proxy.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-shadows.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-3d-static-lod.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-aspect-hints.c examples: Improve error message text from Evas examples 6 years ago
evas-box.c examples: Improve error message text from Evas examples 6 years ago
evas-buffer-simple.c examples: Flesh out the evas-buffer-simple example 6 years ago
evas-common.h evas vector: add a lottie animation example. 4 years ago
evas-event-filter.c Efl.Canvas.Scene (from Efl.Canvas) 5 years ago
evas-events.c examples: Improve error message text from Evas examples 6 years ago
evas-gl.c evas gl: update example code for better user understanding. 5 years ago
evas-hints.c api: efl.gfx.size_hints -> efl.gfx.hints 5 years ago
evas-images.c examples: Improve error message text from Evas examples 6 years ago
evas-images2.c examples: Improve error message text from Evas examples 6 years ago
evas-images3.c examples: Improve error message text from Evas examples 6 years ago
evas-images4.c examples: Improve error message text from Evas examples 6 years ago
evas-images5.c Rename Efl.Gfx.Orientation -> Efl.Gfx.Image_Orientation 4 years ago
evas-images6.c evas example: add a png scale down example. 4 years ago
evas-init-shutdown.c docs: Fix typos in API reference doc and comments. 5 years ago
evas-map-aa-eo.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas-map-aa.c examples/evas: free map pointer in map example 4 years ago
evas-map-utils-eo.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas-map-utils.c examples: Improve error message text from Evas examples 6 years ago
evas-multi-touch.c examples: Improve error message text from Evas examples 6 years ago
evas-multiseat-events.c Efl.Canvas.Scene (from Efl.Canvas) 5 years ago
evas-object-manipulation-eo.c efl/image: rename "border" -> "border_insets" 4 years ago
evas-object-manipulation.c examples: Improve error message text from Evas examples 6 years ago
evas-smart-interface.c examples: Improve error message text from Evas examples 6 years ago
evas-smart-object.c examples: Improve error message text from Evas examples 6 years ago
evas-stacking.c examples: Improve error message text from Evas examples 6 years ago
evas-table.c examples: Improve error message text from Evas examples 6 years ago
evas-text.c examples: Improve error message text from Evas examples 6 years ago
evas-textblock-obstacles.c examples: Improve error message text from Evas examples 6 years ago
evas-transparent.c examples: Improve error message text from Evas examples 6 years ago
evas-vg-batman.c examples - use putenv, not setenv for porting reasons 4 years ago
evas-vg-json.c efl/player: merge start+stop methods into 'playing' property 4 years ago
evas-vg-simple.c efl: remove EFL_EO_API_SUPPORT macro 5 years ago
evas_cxx_rectangle.cc evas: remove all legacy usage from eo files 5 years ago
meson.build evas vector: add a lottie animation example. 4 years ago

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


== 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