-
### 1. Steps to reproduce the problem.
* Step 1: Start Radium.
* Step 2: Add Carla (either patchbay or rack)
* Step 3: Double click Carla Plugin to open Carla UI
* Step 4: See that it is black w…
-
-
When I add the `bitvec` dependency to my embedded project (RISCV-32), I get the following compile errors:
```
error[E0432]: unresolved imports `core::sync::atomic::AtomicBool`, `core::sync::atomic…
-
Currently, this library [can natively parse TMLanguage from JSON and PLIST formats](https://github.com/microsoft/vscode-textmate/blob/09effd8b7429b71010e0fa34ea2e16e622692946/src/parseRawGrammar.ts).
…
-
In some situations it might be need to triangulate a PolyMesh. The current implementation is hidden in `Engine::Mesh`:
https://github.com/STORM-IRIT/Radium-Engine/blob/443e471981a7c39fc857b07f70a5776…
-
```json
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"radium": ">=0.21.2",
```
-
A share extension is needed to allow 3rd party apps to open a page in Radium.
-
Is the index param, which applies only to Radium, really required? Man, I like this, but that's just ugly. Can't you make this an options object and only pass that in if using Radium or something?
-
As stated in the PR #901, it could be helpful to have better texture management than a simple, openGL oriented and strongly limited one.
Let me recall here what I understand on texture management o…
-
When using React Motion with Radium, I get errors from radium about duplicate keys when using :hover. This even occurs for components that there are only one instance of. I know there aren't actually …