~repos /gdx-studio
git clone https://pyrossh.dev/repos/gdx-studio.git
An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop
331a3f8e
—
pyros2097 10 years ago
Update README.md
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
GdxStudio 0.7.1
|
|
2
2
|
================
|
|
3
|
-
GdxStudio is used for creating awesome games using libGdx.
|
|
4
|
-
It has all the features of libgdx built-in so you can easily,start creating games with it.
|
|
5
|
-
|
|
6
|
-
It has
|
|
7
|
-
|
|
3
|
+
GdxStudio is used for creating awesome games using libGdx.
|
|
4
|
+
It has all the features of libgdx built-in so you can easily,start creating games with it.
|
|
5
|
+
Tools like Font Editor, Particle Editor, Texture Packer, SceneEditor, MapEditor, ActorEditor, ImagingTools are already built into it.
|
|
6
|
+
It also has a powerful Game Framework based on libGDX inbuilt which allows the game coder to concentrate on the logic of the game and not bother about setting up assets or configuration.
|
|
7
|
+
Automatic Asset Loading including Atlas, TextureRegions, BitmapFonts, Music, Sound.
|
|
8
|
+
It has the libGdx(v0.9.9) inside it so you don't need to download the libGdx at all, when exporting your game to jar for desktop it automatically loads these libraries into it.
|
|
9
|
+
|
|
10
|
+
(Will update this project to latest libgdx since I might get some time to work on this again and fix those issues)
|
|
8
11
|
|
|
9
12
|
>**Disclaimer** This is not an official libdgx project so don't ask them for bug fixes
|
|
10
13
|
|