Skip to content

Instantly share code, notes, and snippets.

@badboy
Last active September 3, 2016 11:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/ba039333b8716c29d6038ef211ccd8e3 to your computer and use it in GitHub Desktop.
Save badboy/ba039333b8716c29d6038ef211ccd8e3 to your computer and use it in GitHub Desktop.
Webdevelopment with Rust - Resources – https://git.io/viezr
@badboy
Copy link
Author

badboy commented Sep 3, 2016

@ulanda: Building Rust with Emscripten following the guideline should mostly work. It's still a bit hackish though.
And yes, you should be able to use webGL. There are examples using Glium to be compiled down to webGL and run in the browser, but again, as there's no full upstream support yet, all of this might break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment