Skip to content

Repository files navigation

Build linux (x86)

Master UI

Java library for make a beautiful apps, based in android code design.

Use Guide
API Status

Usage example

publicclassExampleextendsActivity {
publicstaticvoidmain(String[] args) {
Application.initialize(newTexelProject("application.package",newLaunch<>(Example.class)));
}
@OverridepublicvoidonCreate() {
super.onCreate();
Viewview = newView(this);
setTitle("Hello world!");
view.setBackground(newColorDrawable(Color.RED));
setContentView(view);
}
}

Previews

Example

User requirements

  • OpenGLES 2.0
  • Java 8

Licenses

LWJGL: https://github.com/LWJGL/lwjgl3/blob/master/LICENSE.md
NanoVG: https://github.com/memononen/nanovg/blob/master/LICENSE.txt
OpenGLES: https://www.khronos.org/opengles/
Material icons: https://github.com/google/material-design-icons

About

Java GUI Framework

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages