Skip to content

Releases: BlackRookSoftware/Gloop-GLFW

0.4.0

Choose a tag to compare

@MTrop MTrop released this 13 May 00:22

Changed in 0.4.0

  • Fixed GLFWWindow.setAspectRatio() did not set the aspect ratio.
  • Added MouseScrollType for scrolling actions.
  • Changed GLFWWindow.WindowHints are now GLFWWindowHints.
  • Removed Some redundant enums for keys/buttons - they were affecting lookups.

0.3.0

Choose a tag to compare

@MTrop MTrop released this 18 Apr 06:16

Changed in 0.3.0

  • Added GLFWWindow now has a queryable state that can be fetched outside of the main thread.

0.2.0

Choose a tag to compare

@MTrop MTrop released this 31 Mar 00:12

Changed in 0.2.0

  • Added Joystick events for discrete directions.
  • Changed GLFWContext's main loop method was turned into a separate object.

0.1.1

Choose a tag to compare

@MTrop MTrop released this 26 Mar 04:17

Changed in 0.1.1

  • Added Some event polling methods, changed main loop to wait for events with timeout.
  • Changed Removed some calls to init() that would make no sense.
  • Changed Renamed the context setting.

0.1.0

Choose a tag to compare

@MTrop MTrop released this 21 Mar 20:09

Changed in 0.1.0

  • Base release.