Commit graph

19 commits

Author SHA1 Message Date
richard
f73c57c89c update raylib to 4.1-dev 2022-02-08 09:32:46 +00:00
richard
10d945ed28 add enums for raygui, issue #52 2022-02-07 13:58:07 +00:00
richard
ed018b2b77 pyray: if function arg requires pointer and is given a pointer, don't try to create a pointer. if given a python primitive(float/int/bool), create an FFI float/int/bool and use pointer to it. https://github.com/electronstudio/raylib-python-cffi/issues/57 2022-02-02 20:32:12 +00:00
richard
ff84bdf2dd version bump 2022-01-13 23:43:23 +00:00
richard
c784857527 return empty string for null pointers https://github.com/electronstudio/raylib-python-cffi/issues/51 2021-11-12 00:34:43 +00:00
richard
183cdd52c6 new version number scheme 2021-11-09 15:18:02 +00:00
richard
1b8598fa55 automatically convert char* function return type to string https://github.com/electronstudio/raylib-python-cffi/issues/51 2021-11-06 17:59:47 +00:00
richard
3d675c66ae update to 4.0 2021-11-06 15:18:42 +00:00
richard
0e225958e2 fix missing pyi file 2021-10-28 15:14:02 +01:00
richard
fb93d5f330 update raylib and docs 2021-10-26 15:54:10 +01:00
richard
dbddc940e8 version bump 2021-10-19 19:48:23 +01:00
richard
2ef7aba8a8 use gcc to process header files instead of doing it ourselves 2021-10-16 17:14:30 +01:00
richard
f6d0c6a912 use pkg-config to get paths 2021-10-15 20:07:32 +01:00
richard
775d2da32d remove depreciated stuff, tidy build a bit for 4.0 2021-10-13 16:35:35 +01:00
richard
c818fae902 get rid of modified raylib.h, do modifications in code 2021-10-13 13:50:56 +01:00
richard
5f28d0101a update to raylib 4.0-dev and add physac and raygui 2021-10-08 17:36:08 +01:00
richard
7b246103d8 change build options to include 'all' formats 2021-10-07 23:15:29 +01:00
richard
316f0bb1e4 fix dynamic to import exactly the same as static 2021-10-04 16:20:18 +01:00
richard
50c2fb12e2 QOL docs, colors, version number, example imports 2021-10-04 15:56:29 +01:00