Been working on a 2D game engine in Kotlin for a w...
# gamedev
v
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:
💥 6
🔥 17
❤️ 1
d
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
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
Interesting, is it on GitHub?