Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. The Lightweight Java Game Library (LWJGL) is an open source Java software library for computer game developers. LWJGL exposes high performance cross-platform libraries commonly used in developing software games and multimedia titles. It exposes OpenGL (Open Graphics Library), OpenA ...Visas aprašymas
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. The Lightweight Java Game Library (LWJGL) is an open source Java software library for computer game developers. LWJGL exposes high performance cross-platform libraries commonly used in developing software games and multimedia titles. It exposes OpenGL (Open Graphics Library), OpenAL (Open Audio Library) and allows access to controllers such as gamepads, steering wheels and joysticks in a platform-neutral way. The primary goal of the project is to provide a technology which allows Java developers to get access to resources that are otherwise unavailable or poorly implemented on the existing Java platform. The main philosophy is to expose underlying technology as a thin wrapper, thus creating a simple API. It has been the foundation of other complete game libraries and game engines such as the jMonkey Engine or Jake2.