Danni

Results 18 issues of Danni

When using `--preload-file` in the Emscripten target linker arguments, the toolchain will generate a file called `crate-name.data` containing the specified files to serve alongside the .js and .wasm files. However,...

AMD Ryzen 7 3700X Windows 10 19044.1566 rustc 1.60.0-nightly (1e12aef3f 2022-02-13) The other day I was testing sprite performance in my engine and noticed it was a lot lower than...

bug

Use case scenario: Imagine a game or other virtual space where users can create and share user content in the form of maps or character models, etc. This content might...

status: wontfix
type: safety

* Version of vulkano: 0.19.0 * OS: Arch Linux * GPU (the selected PhysicalDevice): GeForce GTX 1060 6GB * GPU Driver: nVidia 455.38 (Driver version 0x71c98000, Vulkan version 1.2.142) *...

type: performances
status: needs investigation

Using collision crate 0.20.1 I just started integrating this crate into my game engine for accelerating collision detection, and I noticed that building the initial tree seems to be taking...

question

**Describe the bug** If using a text input constructed with `enter_returns_true(true)`, pressing Enter to commit the string results in the string getting truncated to old length + 1 characters. **To...

Hi, I'm currently working on a new game engine in Rust called [Keeshond](https://crates.io/crates/keeshond). One of the core principles behind this engine is that the results of a given set of...

Windows 10 x64 (though I've noticed this in the past on Linux) nVidia GeForce GTX 1060 6GB nVidia Driver version 460.79 Using OpenGL 3.3 Core context How to reproduce: replace...

Glium seems to be exhibiting some strange flushing/waiting-related behavior if draw() is called more than once. Glium ends up busy-waiting on Vsync rather than allowing the drivers and application to...

I'm looking to use luminance to replace an existing renderer in my engine. I currently use SDL2 + emscripten to target the web. The current luminance-webgl backend however uses wasm-bindgen...