-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
6,486 additions
and
1,230 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
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 |
---|---|---|
@@ -1,4 +1,15 @@ | ||
Project contributors listed chronologically. | ||
|
||
* [@czyzby](https://github.com/czyzby) | ||
* Author of most libraries, main maintainer. | ||
* [@kotcrab](https://github.com/kotcrab) | ||
* Author of `VisUI` extension. | ||
* Author of [`VisUI`](../vis) extension. | ||
* [@MrPlow442](https://github.com/MrPlow442) | ||
* Contributed LibGDX [collections](../collections) utilities. | ||
* [@sreich](https://github.com/sreich) | ||
* Contributed various utilities from [Ore Infinium](https://github.com/sreich/ore-infinium) project. | ||
* [@raincole](https://github.com/raincole) | ||
* Provided insightful review of the [`Async`](../async) module. | ||
* [@Jkly](https://github.com/Jkly) | ||
* Author of [gdx-box2d-kotlin](https://github.com/Jkly/gdx-box2d-kotlin), which inspired the `Box2D` **KTX** library. | ||
Provided insightful review of the [`Box2D`](../box2d) module. |
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
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
dependencies { | ||
provided "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" | ||
} | ||
|
Oops, something went wrong.