Roxfall
Roxfall
//audio // Get a output stream handle to the default physical sound device let (_stream, stream_handle) = OutputStream::try_default().unwrap(); // Decode that sound file into a source let my_slice = std::io::Cursor::new(include_bytes!("../title.mp3").as_ref());...
Using winres crate https://crates.io/crates/winres (with the build.rs at the bottom of the page), macroquad creates two windows: one that looks like a console, and the other one where macroquad draws...
load_ttf_font_from_bytes function should have a variant that exposes Nearest filtering and the default glyph size (15 is not always the best) to give user more control over blurring and other...