Interrupt / delverengine

Delver game engine and editor
zlib License
800 stars 78 forks source link

[Technology question] Running Delver on GNU/Linux without X11 #220

Open vanfanel opened 3 years ago

vanfanel commented 3 years ago

Hi,

X-less gaming is my programming obsession, so I developed some SDL1 and SDL2 backends to archieve it (dispmanx for SDL1 and KMSDRM for SDL2).

Now, I see Delver seems to be a Java game. It's been almost two decades since I did something remotely near to Java, so: what would be the chances of getting the Delver engine running on SDL2 being a Java game? My understanding is that there must be some kind of Java bindings for SDL2, etc... Does this game use something like that?

Thanks!

joshuaskelly commented 3 years ago

Hey, thanks for the question. We are tightly coupled to libGDX, and we support the LWJGL and Android backends. This might be more of a libGDX question rather than Delver Engine.