A graphical user interface for generating and visualizing generative art using the Samila library.
- Generate unique generative art images.
- Customize the seed and projection type.
- Save generated images and their configurations.
- Clone the repository:
git clone https://github.com/gerryaudityaa/SamilaRT-GUI.git
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python run.py
- Enter a seed (or leave it blank for a random seed).
- Select a projection type from the dropdown menu.
- Click Generate and Plot to create and display the art.
- The generated image will be saved in the Output folder along with a configuration file.
- Python 3.7+
- Kivy
- Samila
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes.
- Submit a pull request.
If you encounter any issues or have questions, please open an issue on the GitHub repository.