giluis

Results 5 issues of giluis

Hey, nannou beginner here. Trying it out on Windows Subsystem for Linux. Vulcan wasn't working properly, so I followed [this guide](https://github.com/gnsmrky/wsl-vulkan-mesa) to set it up on WSL. I can run...

graphics
platform - windows
platform - linux

Hey, just followed this tutorial in order to allow for Vulkan on Wsl. My goal is to use the Nannou framework in Rust. While following this tutorial, everything went smoothly,...

"FromInterator" -> "FromIterator" and added link to docs for FromIterator

When a comment ends with a trailing whitespace, `cargo fmt --check` gives an unclear error message. ```rust fn main() { // Comment with trailing whitespace println!("Hello world"); } ``` Error...

p-low
feature-request

I am curious as to what design decisions were made to make it run so well. If possible, just give me some pointers to the code and the thought process...