Usage

To use the MicroUI Foundation Library, add MicroUI API module to the project build file:

implementation("ej.api:microui:3.6.0")

Drawing Foundation Library extends MicroUI drawing APIs [1] with more complex ones such as:

  • thick line, arc, circle and ellipse

  • polygon

  • image deformation and rotation

To use the Drawing Foundation Library, add Drawing API module to the project build file:

implementation("ej.api:drawing:1.0.4")