-
Updated
Feb 22, 2021 - C++
multi-platform
Here are 357 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Python
-
Updated
Feb 22, 2021 - C++
-
Updated
Feb 21, 2021 - C#
-
Updated
Dec 11, 2020 - C++
-
Updated
Feb 18, 2021 - C
-
Updated
Feb 22, 2021 - C
-
Updated
Feb 21, 2021 - C++
-
Updated
Feb 22, 2021 - C#
-
Updated
Jan 28, 2021 - JavaScript
Release Type: Github
Describe the bug
Adding an instancing component and then a model component crashes the instancing processor.
To Reproduce
Steps to reproduce the behavior:
- Add instancing component to an entity,
- Add model component to the same entity
- Exception time
Expected behavior
It should not crash.
Screenshots
If applicable, add screenshots to
Description
I'd like to see Panda3D offer an interface to switch between system cursors, like the usual arrow cursor, the text cursor, or the finger cursor, for example.
Use Case
I'm working on a dear ImGui backend for Panda3D, and it would allow consistent cursor behavior in the dear ImGui interface while using only the Panda3D's interface. It would help for any Panda3D-based too
-
Updated
Feb 21, 2021 - C++
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Jan 30, 2021 - C++
Task (REQUIRED):
The updater doesn't handle if the downloaded zip update archive is empty or otherwise corrupt. It repeated tries to unpack the same file. The editor should remove a downloaded update if it fails to apply it.
Expected outcome (REQUIRED):
The editor should handle corrupt update archives and re-download and try updating again.
Barometer/Altimeter
It would be nice to have an altimeter to measure altitude. At the moment, we can measure the altitude with GPS, but the altimeter would be a better formalization for the altitude measurement.
-
Updated
Feb 18, 2021 - C++
Issue Summary
| File>Import | File>Export | Edit | Animation | Tools | Layer | Windows |
|---|---|---|---|---|---|---|
| Image Predefined Set | Animated GIF | PegBar Alignment | Range | Reset to Default | Change Line (Pixel) Color | Lock Windows |
| Movie Import | ||||||
| Animated GIF | ||||||
| Layers from PCLX | ||||||
| Movie Audio |
|
-
Updated
Apr 1, 2019 - C++
-
Updated
Feb 9, 2021 - C++
-
Updated
Feb 19, 2021 - Kotlin
-
Updated
May 22, 2020 - Makefile
-
Updated
Feb 22, 2021 - C++
-
Updated
Feb 16, 2021 - Python
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.4. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.4 which has been released on 14th February 2021. The next point release is planned for May 2021.
New translations to as of yet unsupported languages are more than welcome as well of cours
-
Updated
Mar 1, 2020 - C
-
Updated
Feb 19, 2021 - C#
Improve this page
Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-platform topic, visit your repo's landing page and select "manage topics."
Conan v2.0 will stop rewriting
conanfile.pyafterscmsubstitution, it will always usescm_to_conandata=True. When theconanfile.pyis not rewritten, functions that are evaluated when the recipe is loaded are quite inconvenient (these function might use some commands to get information from the SCM, but when the recipe is in the cache the SCM is no longer there).An alternative for user