Metadata-Version: 2.1
Name: pyrogen
Version: 0.4.6
Summary: Entity-Component-System framework for 2D games
Home-page: https://github.com/Romuald78/pyrogen
Author: Romuald GRIGNON
Author-email: romuald.grignon@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Romuald78/pyrogen/issues
Description: 
        <img src="https://raw.githubusercontent.com/Romuald78/pyrogen/master/doc/pyrogen.svg" width=128) />
        
        This package is an Entity-Component-System based framework used to create 2D games.
        <br>
        This is an early stage of development, but you can still check if the demo scene runs on your machine. If not, please don't hesitate to create an issue on the github page, joining all useful information such as the version you used, your machine configuration (OS, GPU, OpenGL Driver version), and also the full copy of the terminal output. If it runs, but slowly, please indicate the number of FPS you have (visible in the terminal output also).
        <br>
        
        
        
        [![Generic badge](https://img.shields.io/badge/pypi%20package-0.4.6-blue.svg)](https://pypi.org/project/pyrogen/)
        [![Generic badge](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8%20|%203.9-blue.svg)](https://www.python.org/downloads/)
        [![Generic badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.mit.edu/~amini/LICENSE.md)
        
        [![Generic badge](https://img.shields.io/badge/repository-github.com-blue.svg)](https://github.com/Romuald78/pyrogen)
        [![Generic badge](https://img.shields.io/badge/maintained-yes-green.svg)]()
        [![Generic badge](https://img.shields.io/badge/status-in%20development-yellow.svg)]()
        [![Generic badge](https://img.shields.io/badge/pull%20requests-welcome-green.svg)](https://github.com/Romuald78/pyrogen/pulls)
        
        [![Generic badge](https://img.shields.io/badge/downloads-3/century-red.svg)]()
        
        
        
        **Installation**
        
        pyrogen is installable directly from Pypi:
        ```
        pip install pyrogen
        ```
        
        
        
        **Documentation**
        
        Coming soon .... or not ^^
        <br>
        
        
        
        **Code Examples / Tutorials**
        
        If you want to run the very first demo scene, just use the following command :
        ```
        python -m pyrogen.tutorials.dev_test.dev_test
        ```
        
        
        
        
        **Community**
        
        [![Generic badge](https://img.shields.io/badge/Wikipedia-N/A-red.svg)](https://discord.gg/qMQnBztven)<br>
        [![Generic badge](https://img.shields.io/badge/Facebook-N/A-red.svg)](https://discord.gg/qMQnBztven)<br>
        [![Generic badge](https://img.shields.io/badge/Twitter-N/A-red.svg)](https://discord.gg/qMQnBztven)<br>
        [![Generic badge](https://img.shields.io/badge/discord-join-green.svg)](https://discord.gg/qMQnBztven)<br>
        [![Generic badge](https://img.shields.io/badge/Website-N/A-red.svg)](https://discord.gg/qMQnBztven)<br>
        
        
        
        **Contact**
        
        Romuald GRIGNON <br>
        [romuald.grignon@gmail.com](mailto:romuald.grignon@gmail.com)
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
