Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Godot | 59,706 | 9 | 6 hours ago | 4 | September 15, 2022 | 9,152 | mit | C++ | ||
Godot Engine – Multi-platform 2D and 3D game engine | ||||||||||
Libgdx | 21,262 | 494 | 184 | 2 days ago | 43 | May 11, 2022 | 285 | apache-2.0 | Java | |
Desktop/Android/HTML5/iOS Java game development framework | ||||||||||
3d Game Shaders For Beginners | 13,825 | 5 months ago | 15 | bsd-3-clause | C++ | |||||
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game. | ||||||||||
Magictools | 11,097 | a month ago | 1 | mit | ||||||
:video_game: :pencil: A list of Game Development resources to make magic happen. | ||||||||||
Hazel | 9,181 | 6 days ago | 105 | apache-2.0 | C++ | |||||
Hazel Engine | ||||||||||
Engine | 8,212 | 2 | 8 | a day ago | 129 | August 30, 2022 | 513 | mit | JavaScript | |
Fast and lightweight JavaScript game engine built on WebGL and glTF | ||||||||||
Magnum | 4,353 | 9 days ago | 88 | other | C++ | |||||
Lightweight and modular C++11 graphics middleware for games and data visualization | ||||||||||
Urho3d | 4,301 | 2 months ago | 72 | mit | C++ | |||||
Game engine | ||||||||||
Piston | 4,281 | 512 | 52 | 2 months ago | 78 | November 03, 2021 | 87 | mit | Rust | |
A modular game engine written in Rust | ||||||||||
Gameplay | 3,826 | 6 months ago | 3 | C++ | ||||||
Open-source, cross-platform, C++ game engine for creating 2D/3D games. |
libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, macOS, Android, your browser and iOS. It provides a well-tried and robust environment for rapid prototyping and fast iterations. libGDX does not force a specific design or coding style on you. Rather, it gives you the freedom to create a game the way you like it.
libGDX is licensed under Apache 2.0 meaning you can use it free of charge, without strings attached in commercial and non-commercial projects. We, however, love to get (non-mandatory) credit in case you release a game or app using libGDX! See our showcase for a selection of some popular libGDX games. libGDX comes with batteries included and provides everything required to develop multi-platform 2D and 3D games with Java.
libGDX also offers a very extensive third-party ecosystem. There are numerous tools and libraries that take a lot of work off the hands of developers. Take a look at awesome-libgdx for a curated list of libGDX-centered libraries and a good starting point for anyone new in the libGDX world.
As we use Gradle, there's no need to download libGDX itself – this can all be done by your favorite build tool. We also offer a setup tool, which automatically creates a project for you and downloads everything necessary. See our website for instructions on how to get started with this or read our wiki.
We also provide javadocs online. The javadocs are bundled with every libGDX distribution for consumption in your favorite IDE.
You can follow the latest news about libGDX on our blog. Another good way to get in touch with our community is to join the official libGDX Discord.
Use the Issue Tracker here on GitHub to report issues. Please make sure you read the Getting Help article that walks you through the process of properly reporting an issue.
libGDX has a strong developer community constantly improving the code base. We love to get any and all help we can. Our Contributing Guidelines describe the process of helping libGDX to become even better. To contribute, you need to work with libGDX' sources directly, something normal users do not have to go through. The Working with the Source article will give you some directions.
You can also contribute financially to our infrastructure (build server, web server, test devices) via our Patreon!