pyGLFW

Python bindings for GLFW

MIT License

Downloads
397.2K
Stars
227
Committers
13

Bot releases are hidden (Show)

pyGLFW - v2.7.0 Latest Release

Published by FlorianRhiem 8 months ago

  • Included GLFW 3.4 functions and definitions without preview

GLFW 3.4 is not included in Python wheels for glfw 2.7.0, due to issues building GLFW 3.4 on the corresponding systems, e.g. manylinux 2014.

pyGLFW - v2.6.5

Published by FlorianRhiem 9 months ago

  • Fixed Python version check
pyGLFW - v2.6.4

Published by FlorianRhiem 10 months ago

  • Updated to GLFW 3.3.9
pyGLFW - v2.6.3

Published by FlorianRhiem 11 months ago

  • Fixed wrapper for glfwGetMonitorWorkarea
pyGLFW - v2.6.2

Published by FlorianRhiem over 1 year ago

  • Implemented search for GLFW library specific to frozen executables
pyGLFW - v2.6.1

Published by FlorianRhiem over 1 year ago

  • Revert changes made in 2.6.0
  • Do not search for GLFW library when running in a frozen executable
pyGLFW - v2.6.0

Published by FlorianRhiem over 1 year ago

  • Use multiprocessing for library version detection on non-Windows systems
pyGLFW - v2.5.9

Published by FlorianRhiem over 1 year ago

  • Fixed package version in CHANGELOG.md and glfw/init.py
pyGLFW - v2.5.8

Published by FlorianRhiem over 1 year ago

  • Added more wrappers for unreleased macros
pyGLFW - v2.5.7

Published by FlorianRhiem over 1 year ago

  • Added support for PYGLFW_LIBRARY_VARIANT
pyGLFW - v2.5.6

Published by FlorianRhiem over 1 year ago

  • Added warnings for deprecated functions
pyGLFW - v2.5.5

Published by FlorianRhiem about 2 years ago

  • Added wrappers for unreleased macros
  • Fixed set_monitor_user_pointer and get_monitor_user_pointer
pyGLFW - v2.5.4

Published by FlorianRhiem about 2 years ago

  • Updated to GLFW 3.3.8
pyGLFW - v2.5.3

Published by FlorianRhiem over 2 years ago

  • Updated to GLFW 3.3.7
pyGLFW - v2.5.2

Published by FlorianRhiem over 2 years ago

  • Fixed swapped HAT_DOWN and HAT_RIGHT constants
pyGLFW - v2.5.1

Published by FlorianRhiem over 2 years ago

  • Updated to GLFW 3.3.6
pyGLFW - v2.5.0

Published by FlorianRhiem almost 3 years ago

  • Added /usr/lib/arm-linux-gnueabihf to library search paths
pyGLFW - v2.2.0

Published by FlorianRhiem about 3 years ago

  • Added Linux wheels for aarch64
  • Updated to GLFW 3.3.4
pyGLFW - v2.1.0

Published by FlorianRhiem over 3 years ago

  • Updated to GLFW 3.3.3
pyGLFW - v2.0.0

Published by FlorianRhiem about 4 years ago

  • Changed default error reporting method to warn
  • Allow dict for ERROR_REPORTING