Python Multi-Media API #8
PycraftDeveloper
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Python Multi-Media API (PMMA)
PMMA is a Python module targeted at helping you build applications in the Python programming language. It does this by providing its own tools covering areas like 2D graphics, noise generation, audio and video playback, event handling, text rendering and much more. The API has two fundamental goals; to make application development in Python easier, whilst also focusing on improving the performance and efficiency of the end result. The API is also being engineered with compatibility with other python modules, like Pygame, PIL and Numpy and is ideal for prototyping, application development, simulations, graphics intensive tasks and game development.
Features
PMMA 5 is here! Here is a list of all the changes since our last version, PMMA 4.2.2:
pip install pmmaand go!Features coming soon
With the release of PMMA 5 we enter a new era for the API. To date each major revision of the API has seen a major architecture rework, with PMMA 5 we believe the underlying structure for the API is now at its best. This means we can focus on building out PMMA from now on with new and improved features. This is the official release of PMMA 5 but we are not done with this generation of the API, as we will be migrating from OpenGL to BGFX, introducing themes and widgets support, collisions for 2D shapes, expanding our animations API and introducing physics and features that didn't make it into the launch of PMMA 5 through minor revisions in the near future.
PMMA 6 will then begin the process of introducing 3D graphics and a slew of supporting features to the API, whilst putting additional focus on building backwards compatibility and reliability.
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
Issues At Launch
The release of PMMA 5 brings with it plenty of new features which we explored earlier. However some features are missing from this launch and will be re-introduced as a priority. In most cases these features need additional attention that is better given post-launch, like for example video rendering which is absent from PMMA 5.0.0 as it will be reworked after our transition from OpenGL to the BGFX graphics API (it didn't make much sense with our limited team size to rework these areas twice, for the launch of PMMA 5 and again for the transition.)
Additionally, some features like the Camera component will not be returning for the duration of PMMA 5 as they serve no purpose in this update and will only become useful with the release of PMMA 6.
Finally, this is a major architecture change and it will take some time to identify and diagnose every potential issue - if you encounter a problem feel free to let us know here as a small team any feedback would be invaluable.
Final Points
Did you find something that didn't work as expected or think could be improved, please either raise it as an issue here and we will make amendments to the API. Alternatively, as a small team if you want to help contribute that would be equally invaluable!
This discussion was created from the release Python Multi-Media API.
Beta Was this translation helpful? Give feedback.
All reactions