Pmma

Latest version: v4.2.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

4.0.1

<div align="center">

![PMMA logo](https://github.com/PycraftDeveloper/PMMA/assets/81379254/2c4858b8-b50c-4f3b-95f3-d93fd1f0f19b)
</div>

Python Multi-Media API (PMMA)

Welcome to the first ever major release of PMMA!

PMMA is a powerful API designed to help make the development of applications using the programming language Python easier and faster. PMMA is, by design, built to work in a variety of different applications, but also includes a lot of the tools commonly used in the game development industry.

PMMA includes standard support for efficient 2D and 3D pipelines using OpenGL and hardware acceleration in a variety of components as standard. Where the raw speed of hardware acceleration isn’t available, we will automatically transfer some components of PMMA over from Python to Cython for an additional increase in speed, but everything is wrapped up through Python, so it is super easy to use and compatible with most IDEs.

By default, PMMA is designed to be as fast as possible, but it has massively improved the efficiency of your Python application, far outstripping the efficiency of competing graphics APIs like Pygame and Pyglet in some environments*.

Features
* Object-Oriented Programming—Most of PMMA exists as specific objects, making it super easy to customize what you want.
* [Cython](https://github.com/cython/cython) acceleration - Where native Python is "too slow" we switch it out for this alternative whenever possible.
* GPU accelerated - PMMA can use GPU acceleration for 2D and 3D rendering.
* Advanced mathematics - PMMA includes highly optimised commonly used mathematical functions.
* Advanced threading - PMMA includes an advanced form of the Threading library, which extends its existing functionality to include the ability to kill threads on the fly.
* Advanced Tkinter - PMMA includes some advanced Tkinter functions, like getting window size and default operating system fonts.
* Simple shared memory - PMMA allows you to have a shared memory space for variables as a replacement for global variables, which can be accessed easily through threads.
* Dynamic colour, coordinate, time, angle, and scalars—PMMA easily converts between different formats, so you can work with whatever is easiest for you!
* Easy display management - PMMA allows you to easily manage your application window, including size, captions, display modes and v-sync.
* Efficient shape rendering—PMMA supports a wide range of shapes and can render them using GPU acceleration.
* Advanced memory management - PMMA will automatically manage large objects stored in memory.
* Fast noise generation - PMMA can very efficiently create noise patterns in 1D, 2D or 3D.
* Application customization—PMMA can be told details about your application and dynamically change its behaviour or how it appears to the operating system!
* Video playback - PMMA can play back videos from a file, in your application. This is done by streaming the data from the disk, so wave goodbye to long video loading times and high memory usage.
* Simplified Audio playback - PMMA includes support for very efficient audio playback, including steaming music directly from a file instead of reading the whole file at once. This is additionally supplemented with a range of additional controls like the ability to loop or pan audio and change its volume back.
* Realtime Effects - PMMA can be used to apply effects to audio in real-time.
* Transitions—PMMA can automatically manage the animation of values and coordinates for you in a variety of different styles. This is useful for moving objects about onscreen.
* Advanced GPU information collection - PMMA can gather extremely detailed information about all installed GPUs.
* Easy multi-device input—PMMA will automatically handle any additional controllers connected to your system, allowing you to interface easily with these devices. It even includes support for effects like Rumble!
* Event management—PMMA will automatically update event objects in the background, allowing you to easily choose which events you need in your application. This idea has also been extended to detect when some events have been triggered in quick succession, like a double-tapped key (with per-key timings if needed).
* Simple file systems – PMMA will automatically resolve file paths for you and can even scan project directories and produce unique user-friendly names for your files, which you can use instead!
* Advanced data structures – PMMA includes access to fast implementations for advanced data structures like stacks, queues, circular queues, priority queues, priority stacks, inverted priority queues, inverted priority stacks, priority lists and inverted priority lists.
* Command Execution—PMMA includes a super simple way for you to run command-line-level commands for your application, including the ability to get the result from the command in real time!
* Projections—PMMA can automatically create and easily create projections that match your PMMA display for use in your 3D scenes.
* OpenGL objects—PMMA includes its own wrapper for OpenGL through ModernGL, with a much simpler interface and the usual performance improvements thrown in.

Features coming soon
Now that we have finished this major version of PMMA, we have begun to plan the next major update to PMMA and there are a lot of big changes and exciting new features on their way. Whilst not wanting to give away too much yet, we will be doubling down on our speed and efficiency philosophies and will also begin to expand to include more complex 2D shapes. We also will begin to transition development from focusing on 2D objects to 3D objects. This will see the expansion of our existing shapes API to include support for 3D shapes. We will also start to look into mechanics like Physics, Collisions and Path Finding. Additionally, expect to also see some major improvements to shaders and the ability to load your own custom 3D models and finally the ability to load and use images and text, with the ability to also texture and add gradients to your 2D and 3D shapes! Exciting times ahead.

Documentation
The documentation for PMMA is something we are committed to and are going to begin working on following the release of this major version of PMMA. The documentation for PMMA can be found here: https://pmma.readthedocs.io/en/latest/

Issues At Launch
There are a few problems with PMMA that exist at present, however these issues are largely minor and delaying PMMA's release and the introduction of new features to fix these problems seem unnecessary - they will be patched in a future release of PMMA.
* There are some issues with a limited number of real time effects, however the most common effects are unaffected by this issue.
* Perlin noise generation for arrays of any dimension and size isn't as user friendly as we would like. This does not effect the generation of a single Perlin noise value for a given number of dimensions.
* Some shapes do not have their positions updated as expected.

Final Points
Hey! Did you spot something that doesn’t look right or could be better with the documentation? Let us know by raising it as an issue, or feel free to fork the project and improve the documentation yourself! If you spot a mistake or something we missed or should add to PMMA itself, please also feel free to raise it as an issue and we will work with you to pin down exactly what you're looking for so we can make PMMA better for you – or alternatively feel free to fork it and make the change yourself! PMMA is completely open source and any help is always appreciated!

*It’s important though, in mentioning PyGame that PMMA would not be possible without Pygame and the large community surrounding it, as Pygame first inspired me to make this project, and also provides a lot of the low-level references used in PMMA for things like window creation and event handling – so make sure to go and check out PyGame here: https://www.pygame.org/

3.10.1

<div align="center">

![PMMA logo](https://github.com/PycraftDeveloper/PMMA/assets/81379254/2c4858b8-b50c-4f3b-95f3-d93fd1f0f19b)
</div>


PMMA
Python Multi-Media API (PMMA) is a multi-purpose API designed to make working on multi-media projects easier and faster!

2.9.0

<div align="center">

![PMMA logo](https://github.com/PycraftDeveloper/PMMA/assets/81379254/2c4858b8-b50c-4f3b-95f3-d93fd1f0f19b)
</div>


PMMA
Python Multi-Media API (PMMA) is a multi-purpose API designed to make working on multi-media projects easier and faster!

1.8.0

<div align="center">

![PMMA logo](https://github.com/PycraftDeveloper/PMMA/assets/81379254/2c4858b8-b50c-4f3b-95f3-d93fd1f0f19b)
</div>


PMMA
Python Multi-Media API (PMMA) is a multi-purpose API designed to make working on multi-media projects easier and faster!

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.