Skip to content

Commit

Permalink
Added ktx-tools Gradle module. #14
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Mar 28, 2017
1 parent 20ad676 commit 9ff9824
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'actors', 'app', 'assets', 'collections', 'i18n', 'inject', 'log', 'math', 'scene2d', 'style', 'vis', 'vis-style'
include 'actors', 'app', 'assets', 'collections', 'i18n', 'inject', 'log', '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 9ff9824

Please sign in to comment.