Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.47 KB

File metadata and controls

47 lines (35 loc) · 1.47 KB

Examples

Graphical interface

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

pyeasybmp

:doc:`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 :doc:`here <easybmp/easybmp>`.

boost libraries

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

This is not "just another example". I went father and created new package: :doc:`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 :doc:`pyboost <boost/boost>` package documentation.

.. toctree::

   boost/boost.rst
   easybmp/easybmp.rst