-
Updated
Sep 17, 2020 - C++
multi-platform
Here are 333 public repositories matching this topic...
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 15, 2020 - C++
-
Updated
Sep 17, 2020 - C++
-
Updated
Sep 17, 2020 - C#
-
Updated
Sep 17, 2020 - C
-
Updated
Sep 17, 2020 - C
-
Updated
Sep 17, 2020 - C++
-
Updated
Sep 16, 2020 - C#
-
Updated
Nov 1, 2019 - JavaScript
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when
Release Type: Official Release
Version: Version 4.0
Platform(s): All
Describe the bug
if you don't add a physics shape to the character component and call any physics function for that character you'll get the following error : Unhandled Exception: System.InvalidOperationException: Attempted to call a Physics function that is avaliable only when the Entity has been alread
Currently is not possible to drop a file or group of files (or folders) from the desktop to a Panda3d window. In my case, as I am doing a media player/file sequence flipbook, it would be a great feature. Don't know if it would be useful for a game, but any kind of application that uses P3D as the backend would have a benefit of it.
RBD mentioned the following:
"On Windows, from a cursory loo
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Sep 15, 2020 - C++
-
Updated
Sep 17, 2020 - C
-
Updated
May 20, 2020 - 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 |
|
Python users are used to using getters and setters to access properties of objects.
See for example #1687.
Such getters and setters are not implemented in the Webots Python API.
They could be easily added. See https://www.geeksforgeeks.org/getter-and-setter-in-python for reference.
-
Updated
Apr 1, 2019 - C++
-
Updated
Sep 13, 2020 - C++
It is enabled by default.
Also update documentation and remove advise to add this flag.
-
Updated
May 22, 2020 - Makefile
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 17, 2020 - C++
-
Updated
Mar 1, 2020 - C
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.2. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.2 which has been released on 20th June 2020. The next point release is planned for September 2020.
New translations to as of yet unsupported languages are more than welcome as well of cou
-
Updated
Sep 9, 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."


Current compilervars is not exposed via
conans.toolswhich means that only conanfiles that make use of the CMake and vcproj build helpers can reasonably use the Intel compiler. Please export compilervars and the _dict and _command variants in theconans.toolsmodule.Blocker for conan-io/conan-center-index#2499.