Skip to content

Releases: nimgl/glfw

v3.3.4

24 Apr 01:43
4a46709
Compare
Choose a tag to compare

Changelog:

  • Fix float variable size and remove certain procedures from bool generated list in utils.

v3.3.3

17 Apr 20:40
503e6a0
Compare
Choose a tag to compare

Changelog:

  • Update glfw to the latest commit in 3.3-stable branch

v3.3.2

31 Oct 19:54
56d762d
Compare
Choose a tag to compare

Changelog:

  • Update glfw to the latest commit in 3.3-stable branch
  • Add glfw native bindings

v3.3.1

29 Sep 19:12
05953ae
Compare
Choose a tag to compare

Fix cpp compilation do to type definition conflicts.

Changelog:

  • Remove importc from type definitions to avoid conflict with cpp compiler
  • Remove strutils import together with include of glfw3 headers

v3.3.0

29 Sep 18:26
e790fda
Compare
Choose a tag to compare

Release of a generator together with a complete rewrite of the GLFW bindings for compatibility with version 3.3. This version of the generator is the one going into NimGL 1.0 from now on. This new version focuses more on compatibility with the C version. Further releases will contain helper functions that will reduce the verbose nature of this bindings.

Note that this release has no concerns over code compatibility with previous versions, but, from now on this will be denoted by the version following Semver standards. As GLFW is currently in version 3.3 this bindings will take this as the current version and will create patches depending on the necessity of both fixes and new features.

If you find this new version not appealing do to this changes please let me know in the issues what has not appealed to you and what can be added to the helper functions.

I would add a Changelog but pretty much everything has changed, will be generating the docs and hosting them on the NimGL's website.