Skip to main content

Python bindings for the GLFW library (pyglfw fork)

Project description

quickwindow

Python bindings for the GLFW library, fork of pyglfw.

[!NOTE] pip install quickwindow==0.0.1

import quickwindow as qw

with qw.quick_window() as wnd:
    for dt in wnd.loop():
        for e in wnd.events():
            print(e)
        print(f"Δtime: {dt})")

[!IMPORTANT] libglfw3 dynamic library must be in path

_lib = None
match platform.system():
    case "Windows":
        _lib = cdll.glfw3
    case "Darwin":
        _lib = cdll.LoadLibrary('libglfw.3.dylib')
    case _:
        _lib = cdll.LoadLibrary('libglfw.so.3')

LICENSE

MIT License

Copyright (C) 2013 Roman Valov
Copyright (c) 2025 George Watson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickwindow-0.0.2-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file quickwindow-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: quickwindow-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for quickwindow-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 babaf68358327d64d352436f0187895e911c256dfdfe56661ddb1a4cbb753785
MD5 2591094a6549ec981f4defb0d2c4ae66
BLAKE2b-256 e8cf8ba019f507ef98e61af3e55e86f7ce2ec210893517cadba6131f343b2ede

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page