Files
freeCodeCamp/guide/english/game-development/libgdx/index.md
mil3zh 248788a335 Added logo of libgdx to index.md file (#22283)
* Added logo of libgdx to index.md file

Added logo of libgdx to index.md file

References: 
![logo](http://libgdx.badlogicgames.com/img/logo.png)

* remove duplicate image, moved it to the top...

add line breaks between resources
2018-11-20 07:40:02 -06:00

19 lines
898 B
Markdown

---
title: libGDX
---
![logo](http://libgdx.badlogicgames.com/img/logo.png)
## Game Development with libGDX
libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code.
### Overview
LibGDX supports both 2d and 3d game development, and is written in Java. In addition to Java, other JVM languages, such as Kotlin or Scala can be used to program libGDX games. At its core, libGDX uses LWJGL 3 to handle basic game functions such as graphics, input, and audio. LibGDX offers a large API to simplify game programming. LibGDX has an informative [wiki](https://github.com/libgdx/libgdx/wiki) on its Github page, and there are many tutorials on the internet.
#### Resources:
https://github.com/libgdx/libgdx/wiki
https://libgdx.badlogicgames.com/
https://www.reddit.com/r/libgdx/