Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

glglue

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glglue

The glue code which mediates between OpenGL and some GUI

  • 2.5.0
  • PyPI
  • Socket score

Maintainers
1

glglue

  • https://ousttrue.github.io/glglue/
  • https://pypi.python.org/pypi/glglue/

The glue code which mediates between OpenGL and some GUI. GUI イベント(resize, mouse, keyboard, repaint) を OpenGL に橋渡しする。

GUI                         OpenGL controller
+--------+                   +------------+
| win32  |--window resize--->| Update     |
| glut   |--mouse input----->| Update     |
| sdl    |--keyboard input-->| Update     |
| pyside6|                   |            |
| gtk3   |--repaint--------->| Draw       |
| gtk4   |                   +------------+
+--------+

And OpenGL utilities.

Requirements

  • Python 3.11

status

platformstatuscomment
win32okwindows11
glutokwindows11, PATH to freeglut64.vc.dll
glfwokwindows11, pip install glfw
gtk3?require gtk3 self build
gtk4okrequire gtk4 self build
sdl2okwindows11, pip install pysdl2 pysdl2-dll
qt6okwindows11, pip install pyside6
pyopengltkokwindows11, pip install pyopengltk

upload

rm -rf dist
py -m build --sdist
twine upload dist/*

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc