Commit graph

5 commits

Author SHA1 Message Date
Hermet Park
1dcd2c4b5f examples: replace the efl toolkit with sdl
see also: https://www.libsdl.org/

issue: https://github.com/thorvg/thorvg/issues/1244
2024-06-20 17:49:18 +09:00
Mira Grudzinska
c6bd09648c examples: ensure the file is closed
In case of an error during memory allocation
for file data, the file was not closed.
2024-06-17 11:45:25 +09:00
Hermet Park
3f38f661be examples: ++ function name alignment 2024-06-13 14:44:55 +09:00
Mira Grudzinska
50d1d2fd36 example: load font from memory in Text.cpp 2024-06-11 20:59:39 +09:00
Hermet Park
e8e9ba5ea0 infra: move the examples folder outside of the source directory.
examples are not considered a feature of ThorVG;
hence, they are excluded from the src directory.

This change allows developers to concentrate more effectively
on the core ThorVG sources for practical usages.
2024-04-01 10:52:22 +09:00
Renamed from src/examples/Text.cpp (Browse further)