efl/src/examples/evas/README

74 lines
2.2 KiB
Plaintext

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