Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing | 4 years ago | |
---|---|---|
.. | ||
build | 4 years ago | |
doc | 4 years ago | |
example | 4 years ago | |
meta | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
Jamfile | 4 years ago | |
LICENSE_1_0.txt | 4 years ago | |
README.md | 4 years ago | |
fabscript | 4 years ago | |
index.html | 4 years ago | |
todo.txt | 4 years ago |
Welcome to Boost.Python, a C++ library which enables seamless interoperability between C++ and the Python programming language. The library includes support for:
See the Boost.Python documentation for details.
Hint : Check out the development version of the documentation to see work in progress.
While Boost.Python is part of the Boost C++ Libraries super-project, and thus can be compiled as part of Boost, it can also be compiled and installed stand-alone, i.e. against a pre-installed Boost package.
Run
faber
to build the library.
Run
faber test.report
to run the tests.
Run
faber doc.html
to build the documentation.