Skip to content

Commit

Permalink
Added ktx-tools Gradle module. libktx#14
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby authored and DavidPartouche committed Aug 23, 2018
1 parent cc6051a commit d27d932
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include(
'math',
'scene2d',
'style',
'tools',
'vis',
'vis-style'
)
17 changes: 17 additions & 0 deletions tools/README.md
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)

5 changes: 5 additions & 0 deletions tools/build.gradle
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"
}
2 changes: 2 additions & 0 deletions tools/gradle.properties
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 added tools/src/main/kotlin/.gitkeep
Empty file.
Empty file added tools/src/test/kotlin/.gitkeep
Empty file.

0 comments on commit d27d932

Please sign in to comment.