Metadata-Version: 1.2
Name: pysg
Version: 0.1.1.post1
Summary: Simple and lightweight 3D render scene graph for python
Home-page: https://gitlab.com/becheran/pysg
Author: Armin Becher
Author-email: becherarmin@gmail.com
License: MIT
Description: ![header](https://gitlab.com/becheran/pysg/raw/master/_img/header.png)
        # pysg
        
        Simple and lightweight 3D render scene graph for python 3.
        
        ## Installation
        Install the latest version of pysg via pip:
        
        	pip install pysg 
        
        ## Documentation
        
        [Link documentation](https://pysg.readthedocs.io/en/latest/).
        
        
        ## Examples
        
        Checkout the [examples folder](/examples).
        
        ## Dependencies
        
        * [ModernGL](https://github.com/cprogrammer1994/ModernGL) - OpenGL related stuff.
        * [pyrr](https://github.com/adamlwgriffiths/Pyrr) - Math operations in 3D like matrix multiplication etc.. Fast due to the heavy use of [numpy](http://www.numpy.org/).
        
        <!-- 
        ## Installing
        
        The pysg package can be installed using pip. Please note that a python version >=3.6 is required since the static type checking feature is used.
        
        TODO: make sure pysg is in pip
        
        ```
        pip install pysg
        ```
        
        ## Running the tests
        
        TODO
        
        ### Break down into end to end tests
        
        Explain what these tests test and why
        
        ```
        Give an example
        ```
        
        ### And coding style tests
        
        Explain what these tests test and why
        
        ```
        Give an example
        ```
        -->
        
        ## Built With
        
        * [SPHINX](http://www.sphinx-doc.org/en/master/) - Used to generate Documentation
        
        <!-- 
        ## Contributing
        
        Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
        -->
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        Many thanks to the [ModernGL](https://github.com/cprogrammer1994/ModernGL) and [pyrr](https://github.com/adamlwgriffiths/Pyrr) teams. 
        
        Also many thanks to the [three.js](https://threejs.org/) developers where I got a lot of inspiration from.
        
        ## TODO
        
        - [ ] Improve render performance (use multi instance rendering)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
