stevenarella/src/render
iceiix 836ab9f126
wasm: Fix operation not supported on std::fs. Closes #115 (#166)
* Add new web-based std::fs replacement, localstoragefs:

https://github.com/iceiix/localstoragefs

* Add std_or_web to switch between std::fs (native) or localstoragefs (web)

* Update www readme for new missing glutin/winit links, opens issue #171
2019-05-29 08:21:56 -07:00
..
shaders Fix uninitialized texP and heightP in clouds_geo. Closes https://github.com/iceiix/steven/issues/32 2018-11-28 16:45:25 -08:00
atlas.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
clouds.rs Replace println! with log crate facade macros info!, debug!, etc. 2019-05-22 16:01:14 -07:00
glsl.rs Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
mod.rs wasm: Fix operation not supported on std::fs. Closes #115 (#166) 2019-05-29 08:21:56 -07:00
model.rs Fix model rendering on OSX by removing [] from uniform names. Closes https://github.com/iceiix/steven/issues/25 2018-11-27 17:03:36 -08:00
shaders.rs Replace println! with log crate facade macros info!, debug!, etc. 2019-05-22 16:01:14 -07:00
ui.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00