Metadata-Version: 1.1
Name: wasabi-lepton
Version: 1.0b2
Summary: Wasabi-Lepton: A fork of Lepton, A high-performance, pluggable particle engine and API for Python
Home-page: http://code.google.com/p/py-lepton/
Author: Casey Duncan, Harry Tormey & Contributors
Author-email: py-lepton-users@googlegroups.com
License: MIT
Description: Lepton is designed to make complex and beautiful particle effects possible,
        and even easy from Python programs.
        
        Lepton provides the following core features:
        
        - Native-code core for high-performance particle dynamics and rendering
        - Pluggable particle controllers for specifying particle behavior
        - Two pluggable OpenGL renderers, and two pygame renderers
        - Spacial domains, used to control particle emission and behavior
        - Easy to use and powerful texture support, including animation
        - Modular architecture that lets you easily configure and customize the engine
        
        The code includes several examples of how you can use the engine (using
        pyglet, and pygame). Note the engine itself does not depend on any other 3rd-party
        libraries and simply requires the application to setup an OpenGL context in
        order to render particles.
        
        You can download binary releases or browse the source code at our Google code site.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
