memoryruins

Results 19 comments of memoryruins

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

@aevyrie Did you have a chance to record the amount of lag you're experiencing? You mentioned that you saw way more delay than what my desktop did. To post here,...

#19 was opened a few months ago with a proposed a fix for the related parts of code, but it hasn't seen much activity since.

Experiencing flicker in release mode with the termion-backend as well, specifically when the screen is updated often such as when typing into an EditView or scrolling. Noticeably less flicker than...

It would be nice to see an example demonstrating this in https://github.com/bevyengine/bevy/issues/1062 before adding the disclaimer.

@indolering `pure` was a keyword before and during `const fn`, and was unreserved as a keyword ~2 years ago with the rationale in https://github.com/rust-lang/rfcs/blob/master/text/2421-unreservations-2018.md#rationale-for-pure (but this is unrelated to this...

@Jake-Shadle is there still interest in adding this feature?

Noticed rlsl's libstd is ``#![no_std]``. nalgebra now supports compiling without the standard library http://nalgebra.org/wasm_and_embedded_programming/ (if that was any concern)

Seems like the most sensible choice. First make it work well with SPIR-V types, then trait implementations (nalgebra has a “mint” trait feature flag) and crate support can come later...

Ah yes, my bad. I would have left a comment there if I saw earlier. Many awesome lists do without, and the ones that add structure and alignment, e.g https://github.com/bnb/awesome-hyper,...