Welcome to Django Dynamic Sprites’s documentation!¶
Contents:
Django Dynamic Sprites¶
Version 0.1.3
A way to generate sprites based on objects created by the application user.
Installation¶
Install the package via pip:
$ pip install django-dynamic-sprites
Notes:
- make sure you have pip installed.
- use virtualenv for the sake of a nice development environment.
Tutorial¶
Before starting, make sure Django Dynamic Sprites is Installation.