Results 228 comments of Fedor Logachev

It does not, but I got plenty of errors in the console like "Version mismatch: gl.js version is: 0.1.22, rust sapp-wasm crate version is: 0.1.23" So maybe updating gl.js will...

Small side note: https://github.com/not-fl3/egui-miniquad/blob/master/build_web.sh#L12 `wasm-strip` call on the rust's output wasm will reduce .wasm file size from 4mb to 2mb :)

What is the expected behavior here? No DISPLAY means no X server running and miniquad depends on X Any other X apps do not work without DISPLAY either: ```bash >...

Made a small fix and now it properly exits without a segfault: https://github.com/not-fl3/miniquad/pull/208 It would be better if `miniquad::start` would return an error instead of just `exit(0)`, so lets keep...

I am back here :) Not going to actively work on this in the near future, but will be there for PRs and issues. I see your PR, its great,...

Published your changes to crates.io. Will keep this issue opened until I manage to set up travis.

Not really, I moved from glium to miniquad https://github.com/not-fl3/glium_text_rusttype/pull/17#issuecomment-622983702 and not using this anymore. I can merge pull requests etc, but if someone wants to properly maintain - would be...

We had a discussion about possibilities to use some of the work from `good-web-game` a while ago and @icefoxen had a bit different view on windowing/graphics stack. However, I am...

Hi! `miniquad` maintainer here :) https://github.com/not-fl3/good-web-game - API-compatible `ggez` implementation built with `miniquad` still works, however, I shifted my focus towards `macroquad` and do not actively maintain it. Some people...

Do you have Nakama server? https://github.com/heroiclabs/fishgame-macroquad#nakama-server