arturo
arturo
Right now static content is always read from static and mounted at the root. It would be useful to be able to decide through command line parameters: - where the...
as discussed after merging https://github.com/bjz/color-rs/pull/30 the dependency with angle would make it necessary to import that library in any project wanting to use Hsv. this re-exports angle::Deg as color::Deg so...
Latest versions of rust will panic when trying to leave an uninitialized SerializedValue from mem::uninitialized which was breaking the js! macro
# PR Details Adds support for OpenXR using DX11 Same as https://github.com/stride3d/stride/pull/1441 but against master instead of master-4.0 ## Description Port of https://github.com/anotherdevguy/stride/tree/openxr to work with DX11 instead of Vulkan....
# PR Details Adds support for OpenXR using DX11 ## Description Port of https://github.com/anotherdevguy/stride/tree/openxr to work with DX11 instead of Vulkan. Supports the same functionality as currently supported by OpenVR...
**Release Type**: Github versions **Version**: Happens on latest stable (using master-4.0 branch) and on latest master **Platform(s)**: Windows **Describe the bug** When trying to run the VR template using the...
Compiling nalgebra is usually quite slow, mostly because of it's extensive use of generics but also given how large it's code base is. On the other side when using nalgebra...
When running the example from the readme or anything else that uses libfringe like tokio-fibers i'm getting a segmenetation fault. Here's the stacktrace ``` #0 0x000055555555e5a1 in fringe::arch::imp::init::trampoline_2 () at...
Any input with #if or #ifdef fails to parse with an error of ErrorKind Custom(0). eg: ```rust use glsl::parser::{Parse, ParseResult}; use glsl::syntax::TranslationUnit; fn main() { let fs = "#define USE_GLOBAL_COLOR...
ping @icq4ever @tado @hyok8707 We'll leave the translations in this repo, the format is the same as the current web, just make a copy of each markdown and add the...