- LibGDX Game Development By Example
- James Cook
- 245字
- 2021-07-16 20:35:53
Chapter 1. Getting to Know LibGDX
Creating games is fun, and that is why I like to do it. The process of having an idea for a game to actually delivering it has changed over the years. Back in the 1980s, it was quite common that the top games around were created by either a single person or a very small team. However, anyone who is lucky enough (in my opinion) to see games grow from being quite a simplistic affair to the complex beast that the now AAA titles are, must have also seen the resources needed for these grow with them. The advent of mobile gaming reduced the barrier for entry; once again, the smaller teams could produce a game that could be a worldwide hit! Now, there are games of all genres and complexities available across major gaming platforms.
Due to this explosion in the number of games being made, new general-purpose game-making tools appeared in the community. Previously, the in-house teams built and maintained very specific game engines for their games; however, this would have led to a lot of reinventing the wheel. I hate to think how much time I would have lost if for each of my games, I had to start from scratch.
Now, instead of worrying about how to display a 2D image on the screen, I can focus on creating that fun player experience I have in my head. My tool of choice? LibGDX.
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- Mastering Kotlin
- Learning Salesforce Einstein
- Microsoft Dynamics AX 2012 R3 Financial Management
- Unity 3D/2D移動(dòng)開發(fā)實(shí)戰(zhàn)教程
- Django 3.0入門與實(shí)踐
- Oracle數(shù)據(jù)庫(kù)編程經(jīng)典300例
- Mapping with ArcGIS Pro
- Moodle 3.x Developer's Guide
- 從零開始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- Learning iOS Penetration Testing
- Android熱門應(yīng)用開發(fā)詳解
- Mastering Node.js
- C++ Data Structures and Algorithm Design Principles