文件名称:cyglfw3:GLFW3的Cython绑定
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-17 08:26:30
Python
CyGLFW3
使用Cython的Python绑定。
提供与C API匹配的API。
差异性
枚举已删除其“ GLFW_”前缀。
函数已删除其“ glfw”前缀。
{Get | Set} UserPointer无法访问,因为它对Python没有意义。
{Get | Set} Time函数可用,但应优先使用Python的time模块。
C代码
#include
【文件预览】:
cyglfw3-master
----README.rst(4KB)
----cyglfw3()
--------cglfw3.pxd(13KB)
--------glfw3.pyx(31KB)
--------__init__.py(160B)
--------version.py(24B)
--------compatible.py(472B)
----tests()
--------__init__.py(0B)
--------tests.py(5KB)
----TODO(74B)
----CHANGELOG(824B)
----LICENSE(2KB)
----requirements.txt(7B)
----AUTHORS(141B)
----examples()
--------gl2_1.py(779B)
--------simple.py(1KB)
--------fullscreen.py(823B)
--------cursors.py(734B)
--------gl3_2_backward_compatible.py(1KB)
--------multiple_windows.py(1KB)
--------gl3_2.py(889B)
--------gl4_1.py(608B)
--------boing.py(16KB)
----setup.py(3KB)
----.gitignore(327B)
----scripts()
--------generate_cython.py(29KB)
--------package_local.sh(636B)
--------package_pypi.sh(153B)
--------README.md(135B)
--------build.sh(259B)