This project is a Mandelbulb generator implemented in JavaScript and Python. Seven different Mandelbulb instances are rendered in a Flask app, each receiving live weather data from the OpenWeather API. Each instance represents a mushroom that grows dynamically based on live data to its intended size and lifespan, then decays and regrows, repeating the cycle.
To install this project, follow these steps:
- Clone the repository:
git clone < https://github.com/Alyxfranck/Mushroom >
- Navigate to the project directory:
cd <Mushroon-Main>
- Install the necessary dependencies:
pip install requirements
(if applicable) - Add your OpenWeather API KEY to the Confing.cfg file
To use this project, run 'Python app.py' in your web browser.
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License. See LICENSE
for more information.