-
When reading #1383 it occurred to me that another good alternative to changing the FOV for wide screens in fullscreen mode could be drawing only on part of the screen. You know, like when watching a m…
-
I need to track what the mouse is on top off, but only for a subset of elements. I've found the mouseenter/mouseleave HTML events handle this quite nicely, so it would be nice if Rml had this too.
…
-
Wayland is the new fancy display protocol on Linux. It should bring security improvements, kill tearing and bring higher performance to the Linux world. It would be nice to support it.
To try Unvan…
-
**Is your feature request related to a problem? Please describe:**
Scriptable Editor Tools would be an amazing addition to the engine since it speeds up development time & ease-of-use because we can …
-
I'm not 100% sure why but https://github.com/beyond-all-reason/spring/pull/1762 introduced an issue with multi-config generators where the generate step would fail. I guess maybe bumping the CMake ver…
-
I've created an example in the `tutorial` directory. Here are the important bits:
`index.rml`:
```html
Window
```
`main.cpp`:
```c++
//...
#include
// L…
-
Google Native Client, or NaCl, is not as dead as has been previously believed. Although support for NaCl in websites and 3rd-party browser extensions has been removed, it lives on in some form. [This …
-
I plan on making the amount of IPC calls largely static for 0.56, as right now their amount can often cripple performance. This issue is to keep track of such calls.
IPC call|Usage|Solution|Status
…
-
I've created an example in the `tutorial` directory. Here are the important bits:
`index.rml`:
``` html
Window
```
`main.cpp`:
``` cpp
// ...
#include
R…
-
See Magnum Integration for ImGUI here: https://doc.magnum.graphics/magnum/namespaceMagnum_1_1ImGuiIntegration.html
Requires:
1) Add Imgui as gitsubmodule, and include in cmakelists
2) Add imgui…