Ockero

Ockero: Kotlin OpenGl Game Engine

GPL-2.0 License

Stars
74
Committers
4

Ockero

Ockero is a 2D OpenGL game framework developed in Kotlin that works in Windows, Linux and Mac OS X.

Pre-Requirements

  • Java JDK
  • IntelliJ IDEA (community or Ultimate edition)
  • Gradle

Getting Started

In the build.gradle of your Idea project you want to add the following script to download Koge and their dependencies from the maven central.

repositories {
    mavenCentral()
}

dependencies {

    implementation 'com.github.kogelabs:ockero-jvm:<version>'
}

For more information on how to set up Ockero, please visit the Getting Started page.

Documentation

The Wiki contains all the information you'll need to write a Ockero game. You can contribute to the Wiki directly here on GitHub!

Contributing to Ockero

Any contributions to Ockero projects on Github are welcome. When contributing, please follow the Ockero Community Code of Conduct.

Feel free to submit issues and enhancement requests.

Package Rankings
Top 32.53% on Repo1.maven.org
Badges
Extracted from project README
Codacy Badge Maven Central
Related Projects