---
title: Libgdx Reviews
meta_title: 'Libgdx Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 10 reviews by the users' company size, role or industry to
  find out how Libgdx works for a business like yours.
aggregate_rating:
  rating_value: 3.9
  review_count: 10
  scale: '5'
date_modified: '2026-06-21'
parent_category:
  name: Game Development
  url: https://www.g2.com/categories/game-development
---

# Libgdx Reviews
**Vendor:** Bad Logic Games  
**Category:** [Gaming Tools ](https://www.g2.com/categories/gaming-tools)  
**Average Rating:** 3.9/5.0  
**Total Reviews:** 10
## About Libgdx
Desktop/Android/BlackBerry/iOS/HTML5 Java game development framework




## Libgdx Reviews
  ### 1. One of the best game cross platform libraries

**Rating:** 4.5/5.0 stars

**Reviewed by:** Syed Zainul A. | Game developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 13, 2018

**What do you like best about Libgdx?**

Libgdx is a game engine written in Java.This is the huge advantage for Java developer who want to make a game in Java.Moreover Kotlin support is also there.
With Libgdx you can export to major platforms including ios, Android, Web, Linux, Mac, Windows with a single code base.
Libgdx is open source, that implies you can customize, add features to Engine while maintaining your forked project.

**What do you dislike about Libgdx?**

The turndown for Libgdx was no GUI/drag and drop features.Everything has to be done programmatically.ios has recently moved to Metal, still Libgdx is using opengl for rendering object.
Working on Big platformer games can be exhausting due to lack of GUI.
Libgdx has steep learning curve for beginners.
As Libgdx utilizes Java as Primary language framerate can suffer as Heap management is done automatically.

**Recommendations to others considering Libgdx:**

Try to improve core Java skill before diving into Libgdx.Data structures and game logic creation logic should be already know.

**What problems is Libgdx solving and how is that benefiting you?**

Creating 2d casual games on customized version of Libgdx called 'Mini2dx'.
As Libgdx uses Java for scripting, a language that I already knew the transition was easy.
Exporting to different platform is smooth with single gradle based commands.
With Libgdx debugging is quite easy integrating with Visual studio code.

  ### 2. Awesome for game devs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Michael P. | Software developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 17, 2018

**What do you like best about Libgdx?**

I like the freedom of coding basic game concepts, and making stuff that is not just drag and drop of somebody elses work. 

**What do you dislike about Libgdx?**

It is pretty hard to get started, if you do not have any basic understanding of coding, and even here it can be hard to find well updated dokumentation to help. 

**What problems is Libgdx solving and how is that benefiting you?**

It is 100% free and your own. No subscription is req. 

  ### 3. Great foundation for gaming

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Computer Games | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 05, 2018

**What do you like best about Libgdx?**

Great framework that gets the routine things out of the way. Handles animations like a boss

**What do you dislike about Libgdx?**

Better way of rendering images I think could be better. 

**What problems is Libgdx solving and how is that benefiting you?**

I'm using it to write games. Great tool to use with any game when writing in Java. 

  ### 4. Very Good

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 09, 2018

**What do you like best about Libgdx?**

Open Source and cross platform development

**What do you dislike about Libgdx?**

Nothing in particular, everything is good.

**What problems is Libgdx solving and how is that benefiting you?**

Make cross platform compatible games

  ### 5. Awesome framework when you need high performance and fine control

**Rating:** 4.0/5.0 stars

**Reviewed by:** Jeff W. | Web Developer, Marketing and Advertising, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 13, 2017

**What do you like best about Libgdx?**

It's high performance and cross platform. The documentation isn't bad be prepared to google & read. The community is great and there are tons of tutorials on the web. If you are willing to put the time in you will learn a ton and possibly wind up with a great game. 

**What do you dislike about Libgdx?**

Depending on your needs this could be either a good thing or a bad thing... This is a framework not an engine. Don't expect an experience like Unity. It's more of a huge collection of really useful tools that you can assemble into an engine. 

**Recommendations to others considering Libgdx:**

Check out all your options. If you need to ship a game yesterday then look elsewhere. If you want low level control and performance across multiple platforms and love java - then you can't go wrong. 

**What problems is Libgdx solving and how is that benefiting you?**

Building a game solo that is unique and fun to play on a multitude of devices. 

  ### 6. Excellent Framework for Game Development

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Entertainment | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 31, 2017

**What do you like best about Libgdx?**

LibGDX is at its core a low-level wrapper over opengl. This gives the programmer plenty of flexibility and control in building a game engine. Beyond that, the framework has support for building ui, particle effects, texture atlases, and more.  It's also open-source, making it easy to modify as you see fit.

Java's garbage collection feature saves some of the hassle of dealing with memory management, but for game development, that garbage collector needs to run as infrequently as possible. Libgdx is fast and its custom java collections implementations are carefully crafted to avoid garbage collections.

Libgdx also has several optional plugins to handle features like AI, entity-component systems, and more.

**What do you dislike about Libgdx?**

Support can be hard to find. A lot of the documentation may be old if you simply search online. Setup is tricky depending on your level of expertise. There's no handholding.

**Recommendations to others considering Libgdx:**

Start from the ground-up with simple projects and see what others are doing. There's lots of open-source tools and projects build using Libgdx.

**What problems is Libgdx solving and how is that benefiting you?**

We've built an engine from the ground-up. Unity is the ubiquitous standard for game development, but there's still a strong need to build something from scratch.

  ### 7. Amazing low level Java graphic library ( for better or for worse)

**Rating:** 3.0/5.0 stars

**Reviewed by:** Davide A. | Ph.D. Student in Computer Science, Research, Enterprise (> 1000 emp.)

**Reviewed Date:** September 19, 2016

**What do you like best about Libgdx?**

LibGDX is a low-level Java library with support for Graphic, Input and Sound. I say low-level because is quite minimal compared to more advanced game libraries for Java and other complete Game Engine. However, if you are interested in writing your own "engine", in a language that is not too complex like Java and you want to keep the ability to export your game in tons of platforms ( Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL), this is the way to go.

**What do you dislike about Libgdx?**

I do not really enjoy programming in Java. Moreover, I think it is too low level for my needs. I usually do a lot of Game Jams and in those situations I prefer a game engine for fast prototypes (such as Unity).

**Recommendations to others considering Libgdx:**

You have to be sure that you need a Java library for tour game. Most of the times, a game engine such as Unity is more suitable for 90% of the "Indie Dev Needs". So, be sure that the time spent implementing the basics systems in LibGDX is motivated.

**What problems is Libgdx solving and how is that benefiting you?**

If you are interested in writing your own "engine", in a language that is not too complex like Java and you want to keep the ability to export your game in tons of platforms ( Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL), this is the way to go.

  ### 8. Powerful engine for prototypes and finished products

**Rating:** 3.0/5.0 stars

**Reviewed by:** Fatir A. | Technical Designer - God of War, Entertainment, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 22, 2016

**What do you like best about Libgdx?**

Cross platform provides a convenient and consistent way to prototype concepts quickly for different platforms. Figure out what is the best tool for the job after the prototype, or proceed to build it into a finished product.
Very well documented and easy to find the information you need.

**What do you dislike about Libgdx?**

Java is a bit heavy to work with, and a good experience requires a lot of tools and moving parts to be patched together. Not the easiest thing to get up and running, especially when working with android binaries. Making sure everyone is using the same versions to avoid issues is a chore.

**Recommendations to others considering Libgdx:**

If you have experience with java and want a way to create games from scratch for other platforms, this is a great way to get started. However, there is a lot of things you have to roll from scratch that other engines handle for you. Make sure you weigh the investment on time spent learning this vs other products. 

**What problems is Libgdx solving and how is that benefiting you?**

Quick prototyping solution for testing out ideas. The ability to work with different platforms while working with a single engine is very beneficial. 


  ### 9. Using Libgdx as an artist

**Rating:** 2.5/5.0 stars

**Reviewed by:** Neil J. | Founder | Creative Director, Computer Games, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 19, 2016

**What do you like best about Libgdx?**

It gives dev another option when looking for software. it might not be the best no you have another choice. I also like the build in animation support. 

**What do you dislike about Libgdx?**

3D games don't look the best and there are not many options for lighting and effects

**Recommendations to others considering Libgdx:**

the program has some catching up to do but overall is fine for what it is. but i wouldn't blame anyone for picking unity or gamemaker over it 

**What problems is Libgdx solving and how is that benefiting you?**

solving the problem of not giving 10 -30 % to of our budget to unity or unreal 

  ### 10. The best graphics programming framework I have used

**Rating:** 5.0/5.0 stars

**Reviewed by:** Miguel Angel A. | Instructor Professor, Enterprise (> 1000 emp.)

**Reviewed Date:** April 20, 2016

**What do you like best about Libgdx?**

The best thing about LibGDX is how complete and comprehensive it's API is. It covers OpenGL, OpenGL ES, Bullet Physics, Box2D and Freetype with a coherent API that's completely platform independent. It's platform support is also very good, being compatible with Apple iOS, Android, The Linux/Windows/Mac combo and even HTML 5. It also makes use of the best features of the Java programming language, allowing for very concise programs on the developer user side (all the typical Java verbosity is hidden behind LibGDX's API).

The other best thing about LibGDX are it's own libraries for Entity-Component development, common AI patterns, particle systems, value interpolation and game pad support.

It is also very easy to set up for Eclipse, NetBeans or IntelliJ development using it's absurdly simple setup tool. And if you don't like Java, LibGDX is also 100% compatible with other JVM languages like Scala.

And last but not least: it's free software both as in free speech and free beer!

**What do you dislike about Libgdx?**

That said, there is one not-so-terrible problem with LibGDX. It's documentation is sort of incomplete when it comes to advanced 3D programming, which it is perfectly capable of doing. The most affected part of this are the 3D animation and AI API documentations. The API and it's included javadocs are comprehensive enough that you can get around with it but some complete tutorials on the mentioned API's would be great.

**Recommendations to others considering Libgdx:**

The basic 2D API of LibGDX is simple enough to be used with only the tutorials from LibGDX's wiki. More advanced features like the Entity-Component API, the 3D API and the AI patterns require a bit more practice so prototyping some training applications will be required.

**What problems is Libgdx solving and how is that benefiting you?**

I Have used LibGDX to develop tutorial apps for local game design courses in my University, and I used it as the main development framework for my undergraduate thesis in Computer Graphics, developing an Augmented Reality control device for mobile robots as can be seen here https://www.youtube.com/watch?v=S_mK-1KjqG4 (video in spanish).



- [View Libgdx pricing details and edition comparison](https://www.g2.com/products/libgdx/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-30+20%3A03%3A02+-0500&secure%5Bsession_id%5D=0d014997-52bc-497e-8f75-ca1da1039627&secure%5Btoken%5D=93203c55dee00658ff1eb127aacd0c8ee609b0012f8eb8af694a7c175ce4dc7d&format=llm_user)


## Top Libgdx Alternatives
  - [Bitbucket](https://www.g2.com/products/bitbucket/reviews) - 4.4/5.0 (993 reviews)
  - [GitHub](https://www.g2.com/products/github/reviews) - 4.7/5.0 (2,304 reviews)
  - [Sentry](https://www.g2.com/products/sentry/reviews) - 4.5/5.0 (213 reviews)

