com.huskerdev.openglfx.libgdx.internal.OGLFXCanvas.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openglfx-libgdx Show documentation
Show all versions of openglfx-libgdx Show documentation
A libgdx module for OpenGLFX
package com.huskerdev.openglfx.libgdx.internal
import com.huskerdev.openglfx.canvas.GLCanvas
class OGLFXCanvas(val canvas: GLCanvas) {
val graphics = OGLFXGraphics(canvas)
}