Thread with 2 posts
jump to expanded postthank you very much to whoever wrote https://rust-tutorials.github.io/triangle-from-scratch/web_stuff/web_gl_with_bare_wasm.html, you're going to save me some time with my desire to write my own webgl wasm code in rust that doesn't use wasm-bindgen or anything like that
i'd already figured out web-based wasm stuff in rust without using wasm-bindgen (http://hikari.noyu.me/etc/SoundPalette/ is a rust+js webapp with zero dependencies), but i haven't tried combining it with webgl yet; i'm thinking of doing it in a future project