TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LibGDX 1.0 released

171 pointsby octopusabout 11 years ago

14 comments

sdfjklabout 11 years ago
For those as ignorant of the Java&#x2F;Android scene as me:<p><i>LibGDX is a game-development application framework written in Java with some C&#x2F;C++ components for performance dependent code. It allows for the development of desktop and Android games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, WebGL enabled browser and iOS.</i> -- <a href="https://en.wikipedia.org/wiki/Libgdx" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Libgdx</a>
pplanteabout 11 years ago
I found LibGDX to be an incredible framework to quickly iterate with. I really miss working with it as much as I did in 2012. The core developers are some really great guys who are always willing to lend a hand. I probably wouldn&#x27;t have finished Droid Towers if it wasn&#x27;t for their continued encouragement.
Kaedonabout 11 years ago
Good timing! I just started working with libGDX yesterday with my little brother. We decided it would be better to use it than roll our own Java framework and I think that was the right choice. It&#x27;s been fairly straight-forward to work through the install and demo game located here: <a href="https://github.com/libgdx/libgdx/wiki/A-simple-game" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;libgdx&#x2F;libgdx&#x2F;wiki&#x2F;A-simple-game</a>
bmoresbest55about 11 years ago
I used this framework back on version 0.95 for a school project. We started late (of course) and got stuck on an API call that we could not figure out. Emailed a dev at like 10 or 11pm and got a response. Act of heroism...
评论 #7620070 未加载
Rezoabout 11 years ago
LibGDX is a lot of fun to work with, and a great way to target both Android and iOS with the same code base.<p>What you might not have thought of, is that you don&#x27;t have to limit yourself to games. I created a successful productivity app entirely in LibGDX (shameless plug, <a href="https://play.google.com/store/apps/details?id=com.absoluteattention.timer" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.absoluteat...</a>). Features common in games and LibGDX, such as the very good performance and the rich animation capabilities can add a bit of flair to an otherwise boring app and make it stand out from the crowd.<p>I see that with the 1.0 release, you can now even embed a LibGDX fragment into your otherwise &#x27;native&#x27; Android app. I can see this being very useful for apps where you want to have your animated custom gauges and widgets surrounded by the native OS chrome.
评论 #7620924 未加载
aaronsnoswellabout 11 years ago
Been working with LibGDX since 2010 - I still remember buying the Newton physics game on my Motorola Droid. This was the best 2D Android game engine back then, and it still is in my opinion :) Congrats to the devs!
chaghalibaghaliabout 11 years ago
I recently managed to release my first game (<a href="https://play.google.com/store/apps/details?id=com.thomshutt.bom" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.thomshutt....</a>) using LibGDX and it really was a pleasure to work with - lightweight and not too opinionated, but with some nice abstractions over the more fiddly aspects such as out of the box Desktop&#x2F;Web&#x2F;Android&#x2F;iOS support, input handling, app lifecycles etc.
z3phyrabout 11 years ago
I would love to use this with clojure!
评论 #7619806 未加载
评论 #7621429 未加载
nubbeeabout 11 years ago
I&#x27;d love to see a benchmark between LibGDX and OpenFL to test if either is noticeably faster on the various platforms they support.
mentosabout 11 years ago
Great framework, great developers! Really enjoyed reading the summary of their past 4 years, sounds like it was a really great ride.
gagegeabout 11 years ago
If you&#x27;re interested in an entity-component architecture for game development, here&#x27;s a nice example project to get you started with learning how to do it. It uses libgdx for graphics and Artemis (<a href="http://gamadu.com/artemis/" rel="nofollow">http:&#x2F;&#x2F;gamadu.com&#x2F;artemis&#x2F;</a>) for the entity component system:<p><a href="http://code.google.com/p/spaceship-warrior/source/browse/src/com/gamadu/spaceshipwarrior/#spaceshipwarrior" rel="nofollow">http:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;spaceship-warrior&#x2F;source&#x2F;browse&#x2F;src...</a>
jokoonabout 11 years ago
looks like a really big effort to make developing on android a better experience, by clumping libs together, rather than just a game engine. I was not able to find out if the scene2d thing has a partitioning algorithm of some sort. Maybe It&#x27;s irrelevant for an android device ?<p>Seems like good stuff though. Sadly I don&#x27;t really &quot;like&quot; java...
评论 #7620421 未加载
评论 #7620337 未加载
omarhegazyabout 11 years ago
My favorite part about 1.0 is Gradle. No more Eclipse! Time to start writing my games in Emacs, maybe even Sublime Text ...<p>Great fucking work, guys! Congratulations.
tosinafabout 11 years ago
It&#x27;s a really good framework, just need to give it a chance.