-
Updated
May 4, 2021 - C++
multi-platform
Here are 378 public repositories matching this topic...
-
Updated
May 2, 2021 - Python
-
Updated
May 4, 2021 - C++
-
Updated
May 3, 2021 - C
-
Updated
May 4, 2021 - C#
-
Updated
Mar 19, 2021 - C++
-
Updated
May 4, 2021 - C#
-
Updated
May 4, 2021 - C
-
Updated
May 4, 2021 - C++
-
Updated
Apr 6, 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
May 3, 2021 - C++
-
Updated
May 1, 2021 - TypeScript
Is your feature request related to a problem? Please describe (REQUIRED):
We currently use two mechanisms for the HTTP cache (in http_cache.cpp):
- Cache-Control: max-age= (https://github.com/defold/defold/blob/dev/engine/dlib/src/dlib/http_client.cpp#L416-L428)
- ETag
We do not handle any of the other [Cache-Control options](https://developer.mozilla.org/en-US/docs/Web/HTTP/H
-
Updated
May 4, 2021 - C++
Maybe, the Python documentation would be more readable by utilizing the Python typing. For example, instead of:
from controller import Node
class Node:
def getId(self):
def getDef(self):
def getParentNode(self):
def isProto(self):
def getFromProtoDef(self, name):we could write
from contro-
Updated
Apr 8, 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
May 1, 2021 - Rust
-
Updated
Apr 1, 2019 - C++
-
Updated
May 2, 2021 - C++
-
Updated
Apr 23, 2021 - Kotlin
-
Updated
May 22, 2020 - Makefile
-
Updated
May 4, 2021 - C++
-
Updated
May 4, 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
Apr 30, 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."


My question is about using conan with cmake.
I generate a conan package that consists of source code, a CMake project and a conanfile.py. It depends on several other conan packages.
When using
conan create ..., it pulls the dependencies, compiles the code and everything works fine.Let’s assume I want to further develop