v0.14-alpha #43
iWas-Coder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Key features 🚀
cbn::DrawCanvas
, a generic drawing layer for rectangles, lines and text;cbn::win::ForFrame<T>
, a templated frame loop with precise time control; rectangle scaling with linear interpolation (lerp
) and an integer modulus operator (imod
) for smooth animations.Opt<T>
to handle values that may or may not be present, eliminating awkward nullptr or exception handling patterns.Also, as always, we polished some code, fixed some bugs, documented some undocumented things... you know, usual stuff. 😸
Full Changelog: v0.13-alpha...v0.14-alpha
This discussion was created from the release v0.14-alpha.
Beta Was this translation helpful? Give feedback.
All reactions