Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 424 Bytes

Quicksilver

A simple 2D accelerator designed for use in an ARM M0 SoC

To run the python scripts and see output, you will need Pillow for Python 3.4

If you do not have this installed, and do not have sudo privileges to do so:

Download from https://pypi.python.org/pypi/Pillow/2.6.1

Unzip and cd into the Pillow direction

Run the following commands:

python3 setup.py build

python3 setup.py install --user