Reference for JVM version of SpaceVIL
0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
|
Enum of types render. More...
Public Attributes | |
IF_NEEDED | |
The scene is redrawn only if any input event occurs (mouse move, mouse click, keyboard key press, window resizing and etc.). More... | |
PERIODIC | |
The scene is redrawn according to the current render frequency type (See setRenderFrequency(type)) in idle and every time when any input event occurs. More... | |
ALWAYS | |
The scene is constantly being redrawn. More... | |
Enum of types render.
Values: IF_NEEDED, PERIODIC, ALWAYS.
com.spvessel.spacevil.Flags.RenderType.ALWAYS |
The scene is constantly being redrawn.
com.spvessel.spacevil.Flags.RenderType.IF_NEEDED |
The scene is redrawn only if any input event occurs (mouse move, mouse click, keyboard key press, window resizing and etc.).
com.spvessel.spacevil.Flags.RenderType.PERIODIC |
The scene is redrawn according to the current render frequency type (See setRenderFrequency(type)) in idle and every time when any input event occurs.