R2RT

Results 12 issues of R2RT

Hi, I was just trying Falcor for the first time, so I don't know too much of its guts. But `ShaderToy` demo did not work for me in `DebugD3D12` configuration....

Hi, I wanted to make use of your package for soft bodies simulation and I found out that something must have changed between 2018 and 2019 Unity releases. See attached...

Hi, I am really impressed how simple and useful is elapsed time calculation. Although I am working on some real-time system and my logs have microsecond precision, which gets duration...

enhancement

Given the code: ```c++ #include "CLI11.hpp" int main(int argc, char* argv[]) { bool printConfig = false; std::string sub_arg; CLI::App cli_global {"Demo app"}; cli_global.set_config("--config", "config.cfg", "Load configuration from a file", true);...

This allows user to explicitly specify args for the run. ```c++ int main(int argc, const char** argv) { // explicitly run registered test suites and manually pass argc/argv return ut::cfg.run({.argc...

## Expected Behavior Test passes ## Actual Behavior Test runner crashes due to accessing deallocated string or reports corrupted names: `""runner returned from test w/o signaling: not popping because 'ÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝÝ'...

## Expected Behavior Produced XML is valid and conforms [JUnit format](https://llg.cubic.org/docs/junit/) ## Actual Behavior Example XML ```xml ``` XML is corrupted: - `` is closed in same line it is...

**Describe the bug** A clear and concise description of what the bug is. IK solver internally wraps `q` vector to keep its element in range. It does so even for...

Current release: ``` > VirtualDesktop.exe /? VirtualDesktop.exe Markus Scholtes, 2024, v1.17 ``` Without `/Quiet`: ``` >VirtualDesktop.exe /RemoveAll /New Removing all virtual desktops but visible Creating virtual desktop number 1 ```...

Priority for arguments is: 1. Command line specified 2. Loaded from config.json 3. Compile-time fallback value https://github.com/openblack/openblack/issues/754 Note: when pushing I've spotted that there are several copies of nlohmann::json library...

merge-conflicts