Skip to content

Releases: rds1983/Myra

0.7.1.139

31 Oct 14:12
Compare
Choose a tag to compare

0.7.1.139

0.7.0.137

22 Oct 16:30
Compare
Choose a tag to compare
  1. Added ColorPickerDialog
  2. Added support for the MonoGame 3.7

0.6.7.133

30 Aug 17:54
Compare
Choose a tag to compare
  1. Added two more simple widgets: HorizontalSeparator and VerticalSeparator
  2. Fixed #33
  3. Added ability to customize what parameters is passed to the Myra's SpriteBatch.Begin. I.e. following code will make ui 1.5x scaled:
  _desktop = new Desktop();
  _desktop.SpriteBatchBeginParams.TransformMatrix = Matrix.CreateScale(1.5f);

0.6.6.130

04 Aug 02:41
Compare
Choose a tag to compare
  1. Added transparency. Now Widget class has Opacity property which can take values from 0.0 to 1.0(default value is 1.0). If both container widget and its child have that property set then they are multiplied. I.e. if container opacity is 0.5 and its child opacity is 0.6. Then the child will be rendered with opacity 0.3.
  2. Added yet another sample FantasyMapGenerator, which is slightly more complicated than rest of samples. It provides utility for generation of fantasy continents:
    fantasymapgenerator
  3. Some bug fixes.

0.6.5.129

25 Jul 11:53
Compare
Choose a tag to compare

0.6.5.129

0.6.1.123

08 Jul 15:36
Compare
Choose a tag to compare

0.6.1.123

0.6.0.116

30 Jun 19:38
Compare
Choose a tag to compare

0.6.0.116

0.5.6.113

02 Jan 13:57
Compare
Choose a tag to compare

0.5.6.113

0.5.5.112

30 Nov 16:10
Compare
Choose a tag to compare

0.5.5.112

0.5.1.110

22 Jul 08:53
Compare
Choose a tag to compare

0.5.1.110