Mobile native Wearable native

Graphics

Graphics features include using OpenGL ES in various ways, and handling vector graphics and graphic buffers.

The main graphics features are:

  • OpenGL ES

    Enables you to create OpenGL ES applications in Tizen with the EGL layer.

  • TBM Surface

    Provides Tizen Buffer Manager (TBM) surface functions for the graphic buffer in Tizen.

  • Cairo

    Allows you to use Cairo to draw on the image surface and Evas objects to get the image data.

  • Hardware Acceleration

    Allows you to enable hardware acceleration to increase rendering performance and use OpenGL ES.

Go to top