File: addons.rst

package info (click to toggle)
python-sfml 2.2~git20150611.196c88%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,020 kB
  • sloc: python: 1,125; cpp: 309; makefile: 124
file content (27 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Add-Ons
=======

We've also developed bindings to popular utility libraries that add
functionality not provided by vanilla SFML.

sfeMovie
--------

This add-on provides a single :class:`sfemovie.Movie` class, which can be used
to play movies::

   import sfemovie as sfe

   movie = sfe.Movie.from_file('some_movie.ovg')
   movie.play()

For complete examples and documentation, please visit the `sfeMovie project page`_.

Thor
----
This add-on allows you to use the Thor library in Python

For complete examples and documentation, please visit the `pyThor project page`_.

.. _sfeMovie project page: http://sfemovie.python-sfml.org
.. _pyThor project page: http://thor.python-sfml.org