https://kotlinlang.org logo
v

veiset

09/28/2021, 8:45 AM
Been working on a 2D game engine in Kotlin for a while now. Finally gotten to the stage where I can start implementing a game in it. Here is a video of the work in progress:
🔥 16
💥 6
d

dwursteisen

09/28/2021, 4:31 PM
Seems to be a game engine with a lot of crazy build in features 😍 What API do you use to render things? It’s only JVM based? 👏
v

veiset

09/28/2021, 9:08 PM
I'm building it on top of LibGdx, so using openGL for drawing stuff. It's mainly an engine for my personal projects, hence all the built in features 😁 It's generic enough that I implemented PowerPoint in it for a presentation I had. It's only going to target PC (Win/Linux/Mac), but I guess that in theory I could target Android as well.
t

therealbluepandabear

02/04/2022, 11:57 PM
Interesting, is it on GitHub?
14 Views