Myra 0.9.1 is out.
The only new feature is the ellipsis in the TextBlock widget.
Also Myra has two major API changes:
- Now texture atlases and stylesheets use xml instead of json. Binary release contains two new utilities to convert old format to new.
-
Rectangle Desktop.Boundsproperty had been replaced withFunc<Rectangle> Desktop.BoundsFetcher, which is initially set to Func returning the entire screen(Destkop.DefaultBoundsFetcher).
So code like:
_desktop.Bounds = new Rectangle(0, 0, GraphicsDevice.PresentationParameters.BackBufferWidth,
GraphicsDevice.PresentationParameters.BackBufferHeight);
should be removed from the apps using Myra.