mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-08-22 19:18:21 +00:00
add python bindings generator (#3915)
* add python binding generator * add idl generated python binding
This commit is contained in:
@@ -87,6 +87,9 @@ newaction {
|
||||
local c3gen = require "bindings-c3"
|
||||
c3gen.write(c3gen.gen(), "../bindings/c3/bgfx.c3")
|
||||
|
||||
local pygen = require "bindings-py"
|
||||
pygen.write(pygen.gen(), "../bindings/py/bgfx.py")
|
||||
|
||||
local docsgen = require "docs-rst"
|
||||
docsgen.write(docsgen.gen(), "../docs/bgfx.rst")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user