update raylib and docs
This commit is contained in:
parent
dbddc940e8
commit
fb93d5f330
11 changed files with 3956 additions and 8070 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
gcc raylib-c/parser/raylib_parser.c
|
||||
./a.out -i raylib-c/src/extras/raygui.h -o raygui.json -f JSON
|
||||
./a.out -i raylib-c/src/extras/physac.h -o physac.json -f JSON
|
||||
./a.out -i raylib-c/src/raylib.h -o raylib.json -f JSON
|
||||
|
||||
python3 raylib/build.py
|
||||
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
|
||||
python3 create_stub_pyray.py > pyray/__init__.pyi
|
||||
|
|
Reference in a new issue