Drawing and animating with a blend of Python and mathematics.


Keywords
animation, arlunio, images, maths, python
License
MIT
Install
pip install arlunio==0.11.0b10

Documentation

Arlunio MIT License Gitter

Stable Snapshot
Docs Documentation Status Documentation Status
Code Black Build Status Build Statuscodecov
PyPi PyPi Version PyPi Supported Versions
Snap arlunio

Arlunio is in early development, while it is useable we cannot make any stability guarantees.

Arlunio is a Python library that allows you to create images and animations powered by your imagination and a little mathematics. While mathematics is very much at the core you do not have to be a mathematician to use it!

import arlunio as st

# Example coming soon!

Installation

Arlunio is available for Python 3.6+ and can be installed using Pip:

$ pip install arlunio

Be sure to check out the documentation (under construction) for details on how to get started with arlunio.

Contributing

Contributions are welcome! Just bear with us while contribution guidelines are written up