Skia Demo FMX - RAD Studio

From RAD Studio
Jump to: navigation, search

A sample that shows the use of the Skia4Delphi third-party add-ins.

Location

You can find the Skia Demo FMX sample project at:

  • Start > Programs > Embarcadero RAD Studio 12 > Samples and navigate to:
    • Object Pascal\Multi-Device Samples\Skia4Delphi
    • CPP\Multi-Device Samples\Skia4Delphi
  • Subversion Repository:
    • You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the sample repositories according to your RAD Studio version.

Description

This is the main Skia4Delphi demo which contains all the main features of the library.

VideoPreview.png

How to Use the Sample

1. Navigate to one of the locations given above and open:

  • Delphi: Skia4Delphi.dproj.
  • C++: Skia4DelphiCpp.cbproj.

2. Press F9 or choose Run > Run.


See Also


Samples