FloVanGH

Results 180 comments of FloVanGH

0.1 time is dead and it is unsure if the pull request to fix the Redox support will be merged. Someone is working on a new version based on std::time....

Maybe I will use minifb for the UI-Toolkit OrbTk. There I need also android and ios support. When I'm ready I could try to write a android and ios port...

I'm don't find the time to do a port of minifb for android or iOS. But it is still important for OrbTk. If someone could do it, I would be...

On macOS during resize the screen is stretched and after resize stops, the screen flickers for a short time and the screens is drawn correct.

I will check it tomorrow.

Still the same issue on `minifb = "0.18"`Linux (x11). Get only upper case character from`fn add_char(&mut self, uni_char: u32)`

I've created a window wrapper for wasm based on stdweb https://github.com/koute/stdweb. I use it for OrbTk https://gitlab.redox-os.org/redox-os/orbtk. Maybe I could help to implement wasm support.

@tversteeg sure why not. Do you use a specific library? I uses stdweb (https://github.com/koute/stdweb), it's very comfortable for interacting with web api on Rust wasm. You could find my wasm...

@tversteeg do you tried to run it with cargo web? https://github.com/koute/cargo-web. I've tried it and get this output. ``` rror[E0433]: failed to resolve: use of undeclared type or module `imp`...