
It's time! wxRuby3 has reached it's 1.0.0 stable release. This release targets the wxWidgets 3.2.5 release by default which contains (among many others) quite some fixes which came from the development of wxRuby3. ## What has Changed * improved documentation * support building against wxWidgets HEAD version * improved stability * add Wx::Overlay and Wx::DCOverlay * add 2D affine transformation support * add Wx::GraphicsRenderer * various DC support improvements * add large 2D drawing sample **Full Changelog**: https://github.com/mcorino/wxRuby3/compare/v0.9.8...v1.0.0 ## How to install gem install wxruby3 See the https://mcorino.github.io/wxRuby3/file.INSTALL.html documentation for more details. Binary packages for major platforms are available as release assets on Github. ## Where can I learn more? Usage Documentation: see the Wiki (https://github.com/mcorino/wxRuby3/wiki). API Documentation: https://mcorino.github.io/wxRuby3/index.html Source code: https://github.com/mcorino/wxruby3 Rubygems: https://rubygems.org/gems/wxruby3