Metadata-Version: 2.1
Name: flaris
Version: 0.1.0
Summary: A lightweight and easy-to-use game development framework.
Home-page: https://github.com/eDGYuvRmgW/flaris
Author: Balaji Veeramani and Nicholas Spevacek
Author-email: bveeramani@berkeley.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: freetype-py
Requires-Dist: glfw
Requires-Dist: PyGLM
Requires-Dist: PyOpenGL-accelerate
Requires-Dist: PyOpenGL
Requires-Dist: numpy
Requires-Dist: pillow

# Flaris

## Installation

### From Source

```
git clone https://github.com/eDGYuvRmgW/flaris
cd flaris
python3 -m pip install --upgrade setuptools
python3 setup.py install
cd ..
rm -rf flaris
```


