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
@ulanda
Copy link

ulanda commented Aug 30, 2016

Hi, is the "Build Rust with Emscriptem" documentation up to date? If so what can be done, I mean cant I use "webGL" or this just enables a command-line like environment I can run with node?

Also the https://github.com/tcr/rust-webplatform project seems a bit outdated... any news on this?

@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