Skip to content

Cardioid - visualization of an interesting version of this curve in animation

License

Notifications You must be signed in to change notification settings

Qu1nel/Cardioid

Repository files navigation


Contents

About Cardioid

Cardioid - visualization of an interesting version of this curve in animation.

View demo

gif_demo

Screenshots

preview_1 preview_2 preview_3 preview_4

Installation

Clone the repository and run the file run.py.

Requirements

The Python interpreter version 3.11+ and preferably poetry

Install requirements with poetry:

poetry install

Getting started

Clone this repository and navigate to it with the command:

git clone https://github.com/Qu1nel/Cardioid.git
cd Cardioid/

If you have the make and poetry installed, you can run the game with the command:

make run

Or

poetry run python run.py

Or you can simply run run.py using the python interpreter

Windows

python run.py

Linux

python3 run.py

Documentation

For full help with make commands, you can use the command:

make help

Developers

License

MIT © Ivan Kovach

This Project Qu1nel.Cardioid in distributive under the MIT License, and it also uses those codes that are distributed under the MIT License.