vsgQt beta release 0.0.0
What's Changed
- Building fixes by @rhabacker in #2
- fixed conflict with min/max macro on windows by @sbrkopac in #3
- Replaced vsgQt::ProxyWindow & vsgQt::ProxySurface with vsg::WindowAdapter and vsg::Surface. by @robertosfield in #5
- removed include that no longer exists by @sbrkopac in #6
- Added support for using vsg::Surface natively or QSurface::VulkanSurface/QSurface by @robertosfield in #7
- Implemented support for Qt5 versions prior to 5.10 by @robertosfield in #8
- Updated to use vsg::warn() etc. by @robertosfield in #12
- Implemented support for building vsgQt using CMake FetchContent by @robertosfield in #13
- Updated to build against changes to VSG. by @robertosfield in #14
- Drop obsolete including of vsgMacros.cmake by @rhabacker in #15
- Enable vsg_add_target_xxx macros also for submodule builds as vsg now supports this by @rhabacker in #16
- fix(KeyboardMap): add a couple of missing keys. by @valleymouth in #18
- Refactor for qt6 by @robertosfield in #24
- Refactored ViewerWindow so that it always uses QSurface rather than a use vsg::Surface support as fallback. Added support for wayland. Added support for using to modern vsg::WindowTraits capabilities. by @robertosfield in #26
New Contributors
- @rhabacker made their first contribution in #2
- @sbrkopac made their first contribution in #3
- @robertosfield made their first contribution in #5
- @valleymouth made their first contribution in #18
Full Changelog: https://github.com/vsg-dev/vsgQt/commits/v0.0.0