Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 501 Bytes

An sdl2 renderer using Yoga and yoga-wrapper-rs

$ cargo run --example c
$ cargo run --example text
  • maybe think about multiple fonts?
  • multiple Measures {}, but where to put them?

Game loop boilerplate in examples taken from the fantastic Arcade-rs tutorial by jadpole <3

License: MIT (see MIT-LICENSE)