Skip to content

Releases: ColleagueRiley/RGFW

RGFW 1.06

14 Aug 21:12
b3b1be4
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.05...1.06

RGFW 1.05

24 Jul 20:04
Compare
Choose a tag to compare
  • fixes a lot of bugs
  • general quality of life/code updates
  • HTML5 backend
  • raw mouse input

Full Changelog: 1.00...1.05

RGFW 1.0

05 Jul 23:00
Compare
Choose a tag to compare

RGFW 1.0 is Finally out, with plenty of bug fixes and features being properly implemented on all OSes.
Plus a couple more features added for sake of completeness. Some reworking of functions and other cleaning of the RGFW codebase.

All of RGFW's basic features should be mostly finished now, the next release will focus on adding things not included in base RGFW 1.0.

What's Changed

Full Changelog: 0.99...1.00

RGFW binaries

26 Jun 23:44
Compare
Choose a tag to compare

What's Changed

  • fixed issue with move and resize event on X11 by @Code-Nycticebus in #17
  • Update RGFW.h by @robrohan in #18 (fixes bug with drag and drop data (X11))
  • Keycodes are abstracted into an enum and a lookup table
  • new events are added

New Contributors

Full Changelog: 0.98...0.99

RGFW binaries

08 Jun 18:27
Compare
Choose a tag to compare

Full Changelog: 0.91...0.98

RGFW binaries

01 Jun 23:54
Compare
Choose a tag to compare

Full Changelog: 0.90...0.91

RGFW binaries

11 May 02:19
Compare
Choose a tag to compare
0.90

update build system