Package-level declarations

Glimpse UI components.

Glimpse UI components.

Glimpse UI components.

Types

Link copied to clipboard

An interface implemented by Glimpse UI components.

Link copied to clipboard
class GlimpseFrame(title: String = DEFAULT_TITLE, width: Int = DEFAULT_WIDTH, height: Int = DEFAULT_HEIGHT, fpsLimit: Int? = null) : JFrame, GlimpseComponent

An implementation of JFrame that contains only GlimpsePanel.

Link copied to clipboard
class GlimpsePanel(fixedScale: Boolean = false) : GLJPanel, GlimpseComponent

An implementation of GLJPanel that uses Glimpse OpenGL adapter and callback interface for rendering.

Link copied to clipboard

An implementation of GLSurfaceView that uses Glimpse OpenGL adapter and callback interface for rendering.