John Nagle
John Nagle
I've been running "render-bench" using Rend3 rev = "c2c2d3237" for long periods. (I was hoping to reproduce Issue #480, but that problem is not occurring with "render-bench.") That's the demo...
I just revised my ["render-bench"](https://github.com/John-Nagle/render-bench) program to work with Rend3 4d10795. This is the city of identical buildings, where, after 10 seconds, half of the buildings are deleted, then re-added...
CF wrote on Discord: _"Besides documentation, which those components are in dire need of, is there anything that would help those make more sense?"._ I wrote: _For Rust, if you...
I get 10-15 second delays when the user suddenly closes my program because tasks are waiting for remote servers to answer. I'd like to have some way to force a...
Most of the links in the "Mathematics" section of https://rust-lang-nursery.github.io/rust-cookbook/ are dead. I'd like to suggest adding some library that has the small vectors you need for graphics - 2D,...
**Is your feature request related to a problem? Please describe.** Right now, you can only have one command queue to talk to WGPU. The main thread does all the work....
### Library name glam ### Library description A simple and fast 3D math library for games and graphics ### Library repository https://crates.io/crates/glam ### Motivation This is a widely used Rust...
Ergonomic issues, or where everything goes. - **cargo appimage** puts the output file is stored into the root directory of the project. This violates the Cargo rule that all artifacts...
If, under Apache, a URL is rewritten using mod_rewrite before it triggers an FCGI script, flipflop logs an error message "WARNING: SCRIPT_NAME does not match REQUEST_URI". This clogs up Apache...
I've looked through the docs, and I can't find the spec for the wire protocol. (Why? I may have to implement it in Rust.)