forked from libktx/ktx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ktx-tools Gradle module. libktx#14
- Loading branch information
1 parent
cc6051a
commit d27d932
Showing
6 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ include( | |
'math', | ||
'scene2d', | ||
'style', | ||
'tools', | ||
'vis', | ||
'vis-style' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# KTX: Tools | ||
|
||
Code generation tools and build script utilities for KTX applications. | ||
|
||
### Why? | ||
|
||
|
||
### Guide | ||
|
||
|
||
### Alternatives | ||
|
||
|
||
#### Additional documentation | ||
|
||
- [TexturePacker article.](https://github.com/libgdx/libgdx/wiki/Texture-packer) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dependencies { | ||
compile "com.kotcrab.vis:vis-ui:$visUiVersion" | ||
testCompile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion" | ||
testCompile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
projectName=ktx-tools | ||
projectDesc=VisUI Code generation tools and build script utilities for LibGDX application written in Kotlin. |
Empty file.
Empty file.