🎨 2D layers-based image rendering engine for Android based on GLES, that works like Magic! 🪄
-
Library that converts visual instructions to pixels on the screen.
-
Graphics -
Basic Kotlin wrap for OpenGLES state machine.
-
Geometry -
Pure kotlin library for geometric shapes representation and calculations.
See each library spesific README for specific instructions:
// For image engine:
implementation "io.github.colovaria-graphics:image_engine:+"
// For graphics:
implementation "io.github.colovaria-graphics:graphics:+"
// For geometry:
implementation "io.github.colovaria-graphics:geometry:+"