API Reference¶
Note
In order to keep the documentation concise and to the point, deprecated features have been omitted, though they still exist for backward compatibility.
All of SFML’s api has been exposed to Python, even if Python itself includes a functionally equivalent set of APIs. [1]
These bindings consist of a top-level sfml
package which in-turn is
composed of five modules, each of which correspond to those provided by the C++
API:
Footnotes