-
-
Notifications
You must be signed in to change notification settings - Fork 73
Home
MJ edited this page Nov 1, 2020
·
25 revisions
Welcome to the KTX wiki!
Unsure if you want to use the framework? Check out the Choosing KTX article.
If you are looking for resources on how to use KTX, please refer to the
official LibGDX wiki and README.md
files
of each KTX module. Extensions provided by KTX are listed and documented with
numerous examples.
- The official KTX website with some useful links.
- The official sources documentation generated from KTX code via Dokka.
- @Quillraven's simple KTX game tutorial teaching the basics.
- @jojomickymack's blog about KTX.
- @jojomickymack's demos showcasing various modules of the framework.
- Example applications (issue #19) lists a bunch of links, repositories and discussions about the project. It's a good starting point if you're looking for more resources.
- awesome-libgdx repository with links to many useful LibGDX tools and libraries.
- gdx-liftoff is a modern LibGDX project setup tool that supports KTX project templates.
-
question
-tagged issues - feel free to create a new issue and we'll do our best to answer. -
StackOverflow tag - if your question is not specific to the LibKTX features, and you would like to ask both the LibKTX and LibGDX communities, tag your question with both
libgdx
andlibktx
. -
Official Kotlin Slack - an active community of Kotlin developers. You might find
#gamedev
and#libgdx
channels useful.
- General
- Source documentation
- Common utilities
- GUI
- Assets
- Coroutines
- Physics
- Libraries support
- Contribution guide
- Contributors