Skip to content

KotGL - Multiplatform Kotlin Vectors and Matrices Library for GL

License

Notifications You must be signed in to change notification settings

folomeev/kotgl-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KotGL-Matrix

It's a Kotlin multiplatform Vectors and Matrices Library designed to be used with GL libraries.

Features

  • Ready to be used with JavaScript/WebGl and Java/OpenGL libraries.
  • 2D and 3D support.
  • Provides mutable and immutable structures.
  • Build with performance in-mind.

How to Use

Use Maven Central repository:

repositories {
    mavenCentral()
}

And then include dev.folomeev.kotgl:kotgl-matrix library as dependency for common sources:

kotlin {
    sourceSets {
        commonMain {
            dependencies {
                implementation "dev.folomeev.kotgl:kotgl-matrix:0.0.1-beta"
            }
        }
    }
}

See Also

About

KotGL - Multiplatform Kotlin Vectors and Matrices Library for GL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages