All Projects → KogeLabs → Ockero

KogeLabs / Ockero

Licence: GPL-2.0 license
Ockero: Kotlin OpenGl Game Engine

Programming Languages

kotlin
9241 projects
GLSL
2045 projects

Projects that are alternatives of or similar to Ockero

Pseudo
PSeudo - The world's simplest PLAYSTATION emulator
Stars: ✭ 31 (-53.73%)
Mutual labels:  openal
Openswe1r
An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
Stars: ✭ 236 (+252.24%)
Mutual labels:  openal
MetaAudio
GoldSrc engine plugin for 3D sound
Stars: ✭ 68 (+1.49%)
Mutual labels:  openal
Klayge
KlayGE is a cross-platform open source game engine with plugin-based architecture.
Stars: ✭ 1,646 (+2356.72%)
Mutual labels:  openal
Mos
Lightweight game engine.
Stars: ✭ 153 (+128.36%)
Mutual labels:  openal
SharpAudio
Audio playback/capturing engine for C#
Stars: ✭ 139 (+107.46%)
Mutual labels:  openal
Ouzel
C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
Stars: ✭ 607 (+805.97%)
Mutual labels:  openal
radar
OpenGL 4 PBR engine
Stars: ✭ 25 (-62.69%)
Mutual labels:  openal
Opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
Stars: ✭ 2,284 (+3308.96%)
Mutual labels:  openal
OldBang
Bang OLD REPO. Please go to the current repo ============>
Stars: ✭ 18 (-73.13%)
Mutual labels:  openal
Betterspades
BetterSpades, an Ace of Spades client targeted at low end systems (GL/ES 1.1). Runs on your grandmother's rig!
Stars: ✭ 112 (+67.16%)
Mutual labels:  openal
Serpent
Cross-platform gaming kit in the D programming language
Stars: ✭ 140 (+108.96%)
Mutual labels:  openal
rpgwizard
2D RPG Game creator
Stars: ✭ 37 (-44.78%)
Mutual labels:  game-engine-2d
Silenceengine
A cross platform 2D / 3D Java Game Engine (Desktop / Html5 / Android)
Stars: ✭ 116 (+73.13%)
Mutual labels:  openal
ecs
Build your own Game-Engine based on the Entity Component System concept in Golang.
Stars: ✭ 68 (+1.49%)
Mutual labels:  game-engine-2d
Dotfeather
A closs-platform generic gameengine built on C#/.NET Standard 2.1
Stars: ✭ 28 (-58.21%)
Mutual labels:  openal
nim-impulse-engine
Nim port of a simple 2D physics engine
Stars: ✭ 15 (-77.61%)
Mutual labels:  physics-2d
SpinyGUI
(WIP) Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
Stars: ✭ 21 (-68.66%)
Mutual labels:  lwjgl3
smk
SMK - Simple multimedia kit - C++ WebAssembly
Stars: ✭ 89 (+32.84%)
Mutual labels:  openal
OverEngine
Tiny little game engine
Stars: ✭ 175 (+161.19%)
Mutual labels:  game-engine-2d

Ockero

logo

Codacy Badge Java CI with Gradle Maven Central

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

Mario

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].