| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RGFW-1.06_win64_msvc16.zip | 2024-08-14 | 200.8 kB | |
| RGFW-1.06_win64_mingw-w64.zip | 2024-08-14 | 121.9 kB | |
| RGFW-1.06_linux_amd64.tar.gz | 2024-08-14 | 124.1 kB | |
| RGFW-1.06_macos.tar.gz | 2024-08-14 | 161.4 kB | |
| README.md | 2024-08-14 | 1.1 kB | |
| RGFW 1.06 source code.tar.gz | 2024-08-14 | 1.5 MB | |
| RGFW 1.06 source code.zip | 2024-08-14 | 1.5 MB | |
| Totals: 7 Items | 3.5 MB | 1 | |
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 https://github.com/ColleagueRiley/RGFW/pull/29
- fix(msvc): cpp cast error, .rh header redefinition warnings by @lesleyrs in https://github.com/ColleagueRiley/RGFW/pull/30
- fix: gl33 example by @lesleyrs in https://github.com/ColleagueRiley/RGFW/pull/31
- fix(windows): don't show dummy window on start by @lesleyrs in https://github.com/ColleagueRiley/RGFW/pull/32
New Contributors
- @omnisci3nce made their first contribution in https://github.com/ColleagueRiley/RGFW/pull/29
- @lesleyrs made their first contribution in https://github.com/ColleagueRiley/RGFW/pull/30
Full Changelog: https://github.com/ColleagueRiley/RGFW/compare/1.05...1.06