ratatosk
ratatosk copied to clipboard
Rask is a platformer game built with WASM and Rust
# Add font rendering - [x] use fontdue to rasterize fonts - [ ] add a second rendering pass to draw HUD elements - [x] Add "text boxes" to specs...
## Proposed Changes - [x] Colliders consisting of subcolliders - [ ] (?) Revive the old collision system among the new collision system (if needed) - [ ] Simple physics...
https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API Thanks to @AsyncTheory for bringing this to my attention 1. You can load the page, close it, turn off your internet and open that link again, it should load...
To have a consistent code-base in the long run, it has been decided on our last sync a few weeks ago that the game-lobby API (currently written in C# and...
Currently, only Chromium-based browsers are supported, since OffscreenCanvas is used to render the game. It would be nice to have an alternate renderer in order to make it possible to...
**Is your feature request related to a problem? Please describe.** Security **Describe the solution you'd like** Clients should retrieve a salt from the database, combine it with the password and...
write versions of Mat2, Mat3, Vec2, Vec3 using SIMD operations from the [packed_simd](https://docs.rs/packed_simd/0.3.3/packed_simd/) crate