Skip to content

v0.4.0

Compare
Choose a tag to compare
@NightShade256 NightShade256 released this 08 Dec 18:31
· 98 commits to master since this release

Backend Crate

  1. The backend crate is now no_std compatible.

  2. New method called render is created in wasm feature profile. It takes a rendering context and draws on a 1152 * 576 canvas in black and white. (mainly to cater the web frontend).

Frontend(s)

  1. Now you can freely resize the window in the SDL 2 frontend.