InfernoCanvas utilizes a highly scalable, distributed architecture to deliver rendering and multi-threaded processing through its robust Graphics Platform.
InfernoCanvas is built to be simple and practical, focusing on doing one thing well.
Why InfernoCanvas?
- InfernoCanvas utilizes a highly scalable,
- distributed architecture to deliver rendering
- and multi-threaded processing through its
- InfernoCanvas utilizes a highly scalable,
- distributed architecture to deliver rendering
- and multi-threaded processing through its
- python
- python framework (Flask/Django/FastAPI or equivalent)
- Pytest for testing
- Clone the repository:
git clone https://github.com/fuad403273/InfernoCanvas.git - Install dependencies:
pip install -r requirements.txt - Run the test suite:
pytest
InfernoCanvas is configured through environment variables (see .env.example). Key options:
- APP_ENV:
developmentorproduction. - PORT: Port the server listens on.
- LOG_LEVEL:
debug,info, orerror.
Contributions are welcome and appreciated. Please submit pull requests and issues through the GitHub interface.
This project is licensed under the MIT License. See the LICENSE file for details.