freeCodeCamp/guide/chinese/game-development/libgdx/index.md

15 lines
795 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
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/