Our great sponsors
-
The code is on GitHub, and I wrote some cursory documentation, though I’ve retired from modding at this point.
-
It is, or at least was, efficient. Java has a great game engine called https://jmonkeyengine.org/ that at the time could compete with Unity, not sure the status now. And LWJGL, the lower layer for ooengl, was quite nice to use and it is efficient to go that low level if you plan to do a game that does not fit the stereotypes in such game engines, as you will find yourself fighting the engine more than the actual game.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
LWJGL
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
It's still in Java, they mention in one of their blog posts they are using lwjgl.
-
pixel dungeon was written in java https://github.com/watabou/pixel-dungeon
-
bro
-
bro
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
To my knowledge, Beatorja is the one rhythm game that runs on Java. It’s probably the best way to simulate Beatmania IIDX on Mac right now.
-
"Revenge of the titans", a tower defense-like game that was featured in one of the first humble bundles. It got its sources released and one of the mirrors (not sure how complete, there were several versions) is: https://github.com/kmeaw/ultraworm or mine, slightly more updated: https://github.com/janisozaur/ultraworm
-
"Revenge of the titans", a tower defense-like game that was featured in one of the first humble bundles. It got its sources released and one of the mirrors (not sure how complete, there were several versions) is: https://github.com/kmeaw/ultraworm or mine, slightly more updated: https://github.com/janisozaur/ultraworm
-
-
It is a thing, Google is advocating for it, and many also use SDL - for example, or this.
-
It is a thing, Google is advocating for it, and many also use SDL - for example, or this.