这里汇总游戏开发相关的技术总结。
ffpython
- 主页.
汇总
-
C++使用ffpython嵌入和扩展python
在服务器编程中,经常会用到python脚本技术。Python是最流行的脚本之一,并且python拥有定义良好的C API接口,同时又有丰富的文档,与C++结合非常的适合。
-
使用ffpython嵌入和扩展python
ffpython is a c++ lib,which is to simplify task that embed python and extend python. call python function, register c++ function to python, register c++ class to python