Skip to main content

core.engine

since 0.9.6

Description​

AlphaTab can use various render engines to draw the music notation. The available render engines is specific to the platform. Please refer to the table below to find out which engines are available on which platform.

core.engineJavaScript
engineJavaScript
core.engineJSON
engineJSON
data-core-engineHTML
data-engineHTML
Core.Engine.net

Types​

TypeValues
stringJavaScript

svg - Outputs SVG strings.


html5 - Uses HTML5 canvas elements to render the music notation.

string.net

skia - Available on all .net platforms. Uses Skia for rendering


gdi - Only available desktop .net. Uses GDI+ for rendering


svg - Available on all .net platforms. Outputs SVG strings.

Default Value​

default which is mapped per platform:

svgJavaScript & HTML
skia.net