TatriX

Results 106 comments of TatriX

I'm okay with minigame approach. Call required stuff like `SDL_Android_Init` yourself and then simply call `engine::run()`. This way end user can decide how we want to package the app. I...

Ok, so I 1) Removed app-dirs 2) Removed rodio 3) Updated `GlBackendSpec` ```rust pub struct GlBackendSpec { #[default = r#"2"#] major: u8, #[default = r#"0"#] minor: u8, } ``` 4)...

Aslo my device reports that is supports `GLES 3.2`

Using `GLES` gives me ``` called `Result::unwrap()` on an `Err` value: UnknownError("That operation is not supported") ```

Maybe it's somehow related to https://github.com/Rust-SDL2/rust-sdl2/tree/unsafe-textures-feature Using this branch with minigame-rust worked for me.

Thanks for the PR! I'm getting ``` Error running timer ‘play-sound-file’: (error "No usable sound device driver found") ``` in the `pomidor` server. Also it seems that running server will...

Hi! I'm good thank you! Hope you are well too! Can you reproduce the problem easily?

I noticed there was a `.` in the `Package-Requires:` header. Perhaps that was a problem.

As you already have specific Emacs version, it would be really nice if you could test if the workaround from the stackoverflow post works. For example you can eval this...