rust_sdl2_opengl_emscripten icon indicating copy to clipboard operation
rust_sdl2_opengl_emscripten copied to clipboard

An up to date resource on how to build visual-interactive rust applications for the web

Results 3 rust_sdl2_opengl_emscripten issues
Sort by recently updated
recently updated
newest added

Just a couple of notes about your blog article over at: https://blog.therocode.net/2020/10/a-guide-to-rust-sdl2-emscripten ...it looks like your https certificate expired on 9/11/2021. And there is a note within the text: "I...

In this block of code: https://github.com/therocode/rust_sdl2_opengl_emscripten/blob/263a524e2901907a11c18c3c433ff5f3bd9ef6ff/src/gl/vao.rs#L30-L54 Rust assumes the `FLOAT` and `UNSIGNED_SHORT` are variable bindings rather than `GLenum` values. This means it always matches the first arm, treating it as...

I think this is because Cargo Web uses an old version of Emscripten, see: https://github.com/koute/cargo-web/issues/235 I am not sure why it isn't broken on Windows as well