cross-platform
Here are 183 public repositories matching this topic...
-
Updated
Sep 6, 2018 - Java
Bug Report
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
@capacitor/android 2.2.0
@capacitor/ios 2.2.0
[su
精简版改进
建议精简版抛弃exe,直接打包成压缩文件。再带一个批处理,利用已经安装好的Java环境直接命令行运行。
When submitting a new PR github actions correctly runs pr.yml labeled as "PR CI". But it also runs "Java CI" (ant.yml) which shouldn't be run as it's marked to only run on push to master. This creates a sense that a PR isn't passing CI and wastes CI resources. The CI fails because secrets aren't available to pull requests.
-
Updated
Oct 23, 2020 - Java
-
Updated
Aug 14, 2020 - Java
-
Updated
Jul 16, 2020 - Java
-
Updated
Oct 15, 2020 - Java
-
Updated
Oct 24, 2020 - Java
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 18, 2020 - Java
-
Updated
Jan 10, 2019 - Java
-
Updated
Jun 11, 2020 - Java
-
Updated
Sep 27, 2020 - Java
-
Updated
May 6, 2020 - Java
-
Updated
Aug 11, 2020 - Java
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 24, 2020 - Java
-
Updated
Oct 23, 2020 - Java
-
Updated
Sep 5, 2020 - Java
-
Updated
Oct 23, 2020 - Java
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Oct 24, 2020 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Oct 15, 2020 - Java
Improve this page
Add a description, image, and links to the cross-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cross-platform 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