squirrel-labs / ratatosk

Rask is a platformer game built with WASM and Rust
https://rask.rocks
MIT License
15 stars 1 forks source link

Rewrite WebGL rendering modules without wasm-bindgen #78

Closed nat-rix closed 4 years ago

nat-rix commented 4 years ago

Changes in this PR shall also include some optimizations and a better implementation. For example the glBlitFramebuffer-function will be used instead of the 2-render-passes system.

nat-rix commented 4 years ago

When reviewed, "shader rewrite for texture atlas rendering" can be checked :P