Metadata-Version: 1.0
Name: rui
Version: 0.2.2
Summary: An imperfect Python ECS
Home-page: https://github.com/timothyhahn/rui
Author: Timothy Hahn
Author-email: timyhahn@gmail.com
License: BSD
Description: ===============================
        rui (叡)
        ===============================
        
        .. image:: https://badge.fury.io/py/rui.png
            :target: http://badge.fury.io/py/rui
            
        .. image:: https://travis-ci.org/timothyhahn/rui.png?branch=master
                :target: https://travis-ci.org/timothyhahn/rui
        
        .. image:: https://pypip.in/d/rui/badge.png
                :target: https://crate.io/packages/rui?version=latest
        
        
        An imperfect Python ECS
        
        * Free software: BSD license
        * Documentation: http://rui.rtfd.org.
        
        Features
        --------
        
        * A simple Python Entity Component System
        * Unoptimized
        * Favors World based access, eschews Managers (Artemis, which inspired this, uses both)
        
        
        
        
        History
        -------
        
        0.2.2(2014-1-25)
        ++++++++++++++++++
        * Syntax error!
        
        0.2.1 (2014-1-25)
        ++++++++++++++++++
        * Realized I was even doing that wrong - looked at Facebook's tornado to figure it out
        
        0.2.0 (2014-1-25)
        ++++++++++++++++++
        
        * Forgot a requirement for Travis-CI
        
        0.1.0 (2014-1-25)
        ++++++++++++++++++
        
        * Added simple entity component system
        * First release on PyPI.
        
Keywords: rui
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
