This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/raylib
Samuel Wilder 09e2cd0903 Add Windows Build Script
Build Raylib from source (master branch) and put `raylib.lib` somewhere
on the path. Then run with `python build_win32.py` to build the
extension.

A prebuilt extension is provided for Win32 x64 Python37.
2019-05-23 10:35:11 -04:00
..
dynamic_binding nonworking dynamic bindings 2019-05-21 17:51:54 +01:00
__init__.py fix pypi packages 2019-05-21 22:21:41 +01:00
_raylib_cffi.c initial 2019-05-21 10:56:31 +01:00
_raylib_cffi.cpython-36m-x86_64-linux-gnu.so linux build 2019-05-21 20:57:50 +01:00
_raylib_cffi.cpython-37m-darwin.so oops 2019-05-21 17:53:45 +01:00
build_linux.py separate mac linux builds 2019-05-21 21:20:01 +01:00
build_mac.py separate mac linux builds 2019-05-21 21:20:01 +01:00
build_win32.py Add Windows Build Script 2019-05-23 10:35:11 -04:00
colors.py nonworking dynamic bindings 2019-05-21 17:51:54 +01:00
helpers.py nonworking dynamic bindings 2019-05-21 17:51:54 +01:00
libraylib.a initial 2019-05-21 10:56:31 +01:00
raylib.h initial 2019-05-21 10:56:31 +01:00
raylib_modified.h initial 2019-05-21 10:56:31 +01:00