~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
1ceb9d3f
—
pyros2097 10 years ago
Update README.md
README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
GdxStudio 0.7.1
|
|
2
2
|
================
|
|
3
|
-
GdxStudio is used for creating awesome games using libGdx.
|
|
4
|
-
built-in so you can easily,start creating games with it. Tools like Font Editor, Particle Editor,
|
|
5
|
-
|
|
6
|
-
It also has a powerful Game Framework based on libGDX inbuilt which allows the game coder
|
|
7
|
-
to concentrate on the logic of the game and not bother about setting up assets or configuration.
|
|
8
|
-
It has Automatic Asset Loading including Atlas, TextureRegions, BitmapFonts, Music, Sound.
|
|
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. Tools like Font Editor, Particle Editor, Texture Packer, SceneEditor, MapEditor, ActorEditor, ImagingTools are already built into it.
|
|
5
|
+
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. It has Automatic Asset Loading including Atlas, TextureRegions, BitmapFonts, Music, Sound.
|
|
9
6
|
It has the Latest Stable Version of libGdx inside it so you don't need to download the libGdx at all,
|
|
10
7
|
when exporting your game to jar for desktop it automatically loads these libraries into it.
|
|
11
8
|
|