Metadata-Version: 2.1
Name: allegro5
Version: 1.0.5
Summary: Allegro 5 C library wrapped in Python
Home-page: https://github.com/liballeg/allegro5/
Author: Amin Guermazi
Author-email: mino260806@gmail.com
License: UNKNOWN
Description: # ALLEGRO 5 OFFICIAL DISTRIBUTION
        
        > Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform...
        
        This is the official allegro 5 wrapper in python. It was built from the [official github repo](https://github.com/liballeg/allegro5/) using cmake.
        
        - Tested on **windows 10** with a **32-bit** python interpreter
        
        (It is preferable to use a 32-bit interpreter because 64-bit hasn't been tested _yet_)
        
        Demo script
        ----
        ```py
        from allegro import *
        al_run_demo()
        ```
        
        The demo game is hosted [here](https://github.com/liballeg/allegro5/blob/master/python/pong.py) 
        
        Documentation
        ------
        You can find official documentation [here](https://www.allegro.cc/manual/5/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
