Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.47 KB

examples.rst

File metadata and controls

47 lines (35 loc) · 1.47 KB

Examples

Graphical interface

Py++ <../index> has nice, small and simple graphical interface <../tutorials/pyplusplus_gui>. Consider to read tutorials <../tutorials/tutorials> for more information.

pyeasybmp

EasyBMP <easybmp/easybmp> is a small cross-platform library that provide you functionality needed to work with Windows bitmap (BMP) image files. I took me only few minutes to create Python bindings for the library. Read more here <easybmp/easybmp>.

boost libraries

Boost provides free peer-reviewed portable C++ source libraries. Using Py++ <../index> I created Python bindings for few libraries:

This is not "just another example". I went father and created new package: pyboost <boost/boost>. This is fully working Python package, with almost all unit test from the libraries ported to Python. For more information please read pyboost <boost/boost> package documentation.

boost/boost.rst easybmp/easybmp.rst