InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 6 Kotlin Game Engine Projects
-
Java seems to have gained a second wind in recent years, and the innovation in this ecosystem is speeding up. Java 20 and LTS release 21 are expected to happen this year. RIFE2, an actively-developed pure-Java web framework, has recently caught my attention. Like Javalin, it appears to be built on top of the successful Jetty server. I also started exploring FXGL for building games with Java. Lastly, as concerns over COVID-19 variants wane I expect an increase in Java developers participating in community events. For example, Chicago finally had its first in-person JConf event and the Chicago Java User Group (CJUG) is easing back into in-person events.
-
Project mention: I am looking to try game development with LibKTX (and LibGDX). Do you know how I can get helpful documentation for the classes, methods, etc? | reddit.com/r/Kotlin | 2022-12-23
Have you seen KorGE?
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: Is there a cross platform 2d graphics library with a simple API like p5 | reddit.com/r/Kotlin | 2022-06-25
-
-
-
Project mention: Rustenstein 3D: Game programming like it's 1992 | news.ycombinator.com | 2022-02-02
Ray casting is close to my heart as it's easy to understand and has a very high "effort to reward" ratio, especially to someone who is new to graphics programming. I built a game + engine around ray casting portals [1] (think the game Portal). It was a lot of fun trying to figure out how to bounce rays around a scene and intersect with different objects in the environment and immensely satisfying to have built the whole engine from the ground up. Though I'd probably not do it again. Your top-down ray debug view is very similar to one I came up with!
Some of the interesting bits of the engine are open source: https://github.com/gh123man/Portal-Raycaster
Kotlin Game Engine related posts
- Excited for 2023!
- Simple 2D graphics framework for C#/Java
- C++, Java, or Kotlin for a game engine?
- Asset Manager 1.0 Release: Download, index & search your game assets from itch.io and Humble Bundle
- Welcome to Featurea
- Is KorGE the right choice for a small Kotlin 2d game?
- Koge the new 100 % pure Kotlin OpenGL Game Engine
-
A note from our sponsor - InfluxDB
www.influxdata.com | 27 Jan 2023
Index
What are some of the best open-source Game Engine projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | FXGL | 3,004 |
2 | KorGE | 1,622 |
3 | ktx | 1,192 |
4 | Ockero | 65 |
5 | thelema-engine | 61 |
6 | Portal-Raycaster | 42 |