A powerful and open-source JVM game engine.
A simple and efficient engine for creating 2d games in any JVM capable language.
// Yield Engine: A Lightweight Java Game Engine with Entity-Component Architecture
What is Yield?
A scene-oriented JVM game engine, created with the objective of being a simple and efficient engine for creating 2d games in any JVM capable language. The engine can produce executables capable of running in a number of platforms, including the major desktop platforms (Linux, macOS, Windows).
It functions through distinct modules such as physics and graphics or platforms libraries(OpenGL, Android), each fulfilling specialized roles. These components collaborate to craft immersive gaming environments seamlessly.