#
libgdx
Here are 985 public repositories matching this topic...
Open-source Android/Desktop remake of Civ V
-
Updated
Sep 19, 2020 - Kotlin
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
java
gamedev
framework
news
state-machine
libgdx
decision-making
pathfinding
artificial-intelligence
npc
movement
artificial-intelligence-framework
steering-behaviors
formation-motion
behavior-trees
state-machines
-
Updated
Jul 17, 2020 - Java
LibKTX: Kotlin extensions for LibGDX games and applications
kotlin
game-engine
async
graphics
libgdx
coroutines
game-development
kotlin-extensions
kotlin-library
freetype
scene2d
box2d
kotlin-dsl
ktx
libgdx-utilities
kotlin-coroutines
kotlin-utilities
libgdx-api
safe-kotlin-builders
libktx
-
Updated
Sep 9, 2020 - Kotlin
A simple way to pack and manage texture atlases for LibGDX game framework.
-
Updated
Jul 15, 2020 - Java
A high-level cross-platform 2D game development API
-
Updated
Sep 14, 2020 - Java
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
-
Updated
Jan 10, 2019 - Java
Talos Particle Engine
-
Updated
Sep 15, 2020 - Java
Adrijaned
commented
Dec 9, 2019
As #448 showed, for (at least some) core ships and stations, the collision meshes can be a bit off. Check all of them and fix whatever needs fixing.
A libGDX cross-platform API for InApp purchasing.
-
Updated
Aug 28, 2020 - Java
-
Updated
Aug 28, 2020
libGDX game based on the original 1010!
game
clone
cross-platform
libgdx
android-game
cross-platform-game
foss-application
linux-game
macosx-game
windows-game
-
Updated
Aug 30, 2020 - Java
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
kotlin
game
java
opengl
protobuf
multiplayer
jvm
libgdx
sandbox
entity-component-system
open-world
game-2d
scene2d
mit-license
artemis-odb
sci-fi-game
ktx
protobuf3
kryo
-
Updated
Aug 22, 2017 - Kotlin
1
jopiortiz
commented
Jun 12, 2019
Roles:
- Founder
- Guild Master
- Vice-Guild Master
- the other players...
Include:
- Guild Ranking System.
- Posibility to Close a Guild.
- Guild Leveling System with Privileges.
- Guild vs Guild.
- Invisibility between Guild Members with AlphaBlending.
A modern setup tool for libGDX Gradle projects
-
Updated
Sep 16, 2020 - Java
An IntelliJ plugin for use with LibGDX
-
Updated
Sep 15, 2020 - Kotlin
Java LibGDX Android 2D RPG Game
-
Updated
Mar 23, 2019 - Java
Improve this page
Add a description, image, and links to the libgdx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libgdx topic, visit your repo's landing page and select "manage topics."
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an