Quality of life update:
- more opengl options (core vs comp, disable double buffer, samples defaults to 0)
- deleted unneeded functions
- Experimental Wayland support
- re-done Makefile, with
- More MSVC support
- c++ support
- nuklear example
- Metal example
(Bug fixes)
- raw input data shouldn't be flipped
What's Changed
- fix: window not at the front on macOS by @omnisci3nce in #29
- fix(msvc): cpp cast error, .rh header redefinition warnings by @lesleyrs in #30
- fix: gl33 example by @lesleyrs in #31
- fix(windows): don't show dummy window on start by @lesleyrs in #32
New Contributors
- @omnisci3nce made their first contribution in #29
- @lesleyrs made their first contribution in #30
Full Changelog: 1.05...1.06