-
Updated
Sep 14, 2021 - C++
multi-platform
Here are 381 public repositories matching this topic...
-
Updated
Sep 9, 2021 - Python
-
Updated
Sep 13, 2021 - C++
-
Updated
Sep 9, 2021 - C
-
Updated
Sep 13, 2021 - C#
-
Updated
Sep 13, 2021 - C#
-
Updated
Sep 13, 2021 - C
-
Updated
Sep 13, 2021 - C++
-
Updated
Apr 6, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Easy to work around but no reason to prevent users to add multiple lights on the same entity.
Use case:
Ambient and directional light to have just one entity handling 'sun light', directional for direct and ambient for indirect.
Spot and point light for a lighthouse's beam.
-
Updated
Sep 11, 2021 - C++
Description
It would be useful to add an option to bam-info to list all the referenced textures in the bam file, their paths, and whether they are found on disk.
Use Case
The use case is similar to for egg-list-textures: list externally referenced textures, to be able to verify there are no absolute paths, and to know which textures need to be copied alongside the bam file.
-
Updated
Sep 14, 2021 - TypeScript
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
-
Updated
Sep 10, 2021 - C++
Is your feature request related to a problem? Please describe.
Additionally to the speed of on object on which a GPS is located, I wish to know in which direction the object is moving.
Describe the solution you'd like
I would like to get the speed vector of the GPS.
Describe alternatives you've considered
I currently derivative by hand the position that the GPS return from one
-
Updated
Jun 23, 2021 - C++
Issue Summary
When a camera layer is selected, the zoom may change, but if it does, the zoom value in the status bar is n
-
Updated
Apr 1, 2019 - C++
Ktor now uses native-mt
coroutines, we should update all the related Ktor info in our readme.
-
Updated
Sep 1, 2021 - C++
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.5. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.5 which has been released on 27th June 2021.
New translations to as of yet unsupported languages are more than welcome as well of course. If you would like to translate fre:ac to a new la
-
Updated
Sep 10, 2021 - Python
-
Updated
Sep 13, 2021 - C++
-
Updated
May 22, 2020 - Makefile
-
Updated
Sep 13, 2021 - C#
-
Updated
Sep 6, 2021 - C
-
Updated
Mar 1, 2020 - 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."
My proposal is to add the method version() to tools.Git. Calling this method would return the Major.Minor.Patch of the found git executable (maybe as a named tuple). These can be used to customize the git commands which are used. As an example, partial cloning (cloning only some files/directories from a repo to save time) is available since Git 2.19.0. If the executable is new enough, partial clon