Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - KogeLabs/Ockero: Ockero: Kotlin OpenGl Game Engine
Ockero: Kotlin OpenGl Game Engine. Contribute to KogeLabs/Ockero development by creating an account on GitHub.
Visit SiteGitHub - KogeLabs/Ockero: Ockero: Kotlin OpenGl Game Engine
Ockero: Kotlin OpenGl Game Engine. Contribute to KogeLabs/Ockero development by creating an account on GitHub.
Powered by 0x5a.live ๐
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.
Kotlin Resources
are all listed below.
Made with โค๏ธ
to provide different kinds of informations and resources.