Files
freeCodeCamp/guide/chinese/game-development/libgdx/index.md
2018-10-16 21:32:40 +05:30

15 lines
795 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: libGDX
localeTitle: libGDX
---
## 使用libGDX进行游戏开发
libGDX是一个免费的开源游戏开发应用程序框架用Java编程语言编写带有一些用于性能相关代码的C和C ++组件。
### 概观
LibGDX支持2D和3D游戏开发并且是用Java编写的。除Java之外其他JVM语言如Kotlin或Scala可用于编写libGDX游戏。在它的核心libGDX使用LWJGL 3来处理基本的游戏功能如图形输入和音频。 LibGDX提供了一个大型API来简化游戏编程。 LibGDX在它的Github页面上有一个信息丰富的[wiki](https://github.com/libgdx/libgdx/wiki) ,互联网上有很多教程。
#### 资源:
https://github.com/libgdx/libgdx/wiki https://libgdx.badlogicgames.com/ https://www.reddit.com/r/libgdx/