Releases: ryanisaacg/quicksilver
Releases · ryanisaacg/quicksilver
The 0.4.0-alpha0.3 release
- Update
golemtov0.1.1to fix non-power-of-2 textures impl std::iter::Sum for geom::Vector- Implement
std::ops::MulAssign,std::ops::AddAssign, andstd::ops::SubAssignforTransforms. - Addition and subtraction of Tranforms supported to help with easing function calculations
- Added an example with loading progress bar
- Add
Timerstruct to help timing draw calls and a consistent update cycle - Add
exhaustandresetfunction to timer so they can be used for more than just an update cycle lifecycle::runcan now accept any kind of Error.- Add
into_raw_contexton Graphics, to allow lower-level graphics programming - Add font support!
VectorFontallows you to load TTF files via rusttypeFontRendererallows you to draw glyphs to the screen