Paul Houghton
Paul Houghton
I have a similar requirement, to be able to deploy an example similar to ´cargo run --example foo´ I mention it here rather than an own issue as it might...
I get the same error message (exit code: 3221225477 = spurious access violation) during compile of stdweb as a dependency. This happens both when compiling apps for both https://github.com/unrust/unrust and...
@koute it builds correctly for me also with 1.30.0-nightly (33b923fd4 2018-08-18)
This issue appears obsolete, recommend closing
@jimliang Did you make a pull request with your fix? I see the same (Windows 10)
Might this be a similar type mismatch to #49 ?
Would you be open to having a "canvas size matches screen/web-window size" feature for full screen? Something along the lines of: ``` canvas.set_width(canvas.offset_width() as u32); canvas.set_height(canvas.offset_height() as u32); ``` (...
@ryanisaacg Native full screen sounds great!
Rasperry Pi 4 raspbian, example 02_image throws a (kudos) clear whine: ERROR [golem::shader] Failed to compile vertex shader: 0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20,...
Very interesting, also computational use. Rust GPU compile at runtime seems a possible future enhancement. It is more rusty to precompile and let the tools do their work before distribution