{"id":26794711,"url":"https://github.com/eqs/q5","last_synced_at":"2025-04-22T18:05:45.110Z","repository":{"id":38241034,"uuid":"460415145","full_name":"eqs/q5","owner":"eqs","description":"Creative coding framework for Python","archived":false,"fork":false,"pushed_at":"2022-10-05T10:42:48.000Z","size":101,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T11:51:42.595Z","etag":null,"topics":["creative-coding","generative-art","graphics","nannou","pyo3","python","rust"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/q5/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eqs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-17T11:56:20.000Z","updated_at":"2024-09-01T02:58:34.000Z","dependencies_parsed_at":"2023-01-19T04:30:41.861Z","dependency_job_id":null,"html_url":"https://github.com/eqs/q5","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqs%2Fq5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqs%2Fq5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqs%2Fq5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eqs%2Fq5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eqs","download_url":"https://codeload.github.com/eqs/q5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246218561,"owners_count":20742399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creative-coding","generative-art","graphics","nannou","pyo3","python","rust"],"created_at":"2025-03-29T17:28:37.252Z","updated_at":"2025-03-29T17:28:37.743Z","avatar_url":"https://github.com/eqs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# q5\n\n[![PyPI version](https://badge.fury.io/py/q5.svg)](https://badge.fury.io/py/q5)\n[![Downloads](https://pepy.tech/badge/q5)](https://pepy.tech/project/q5)\n\nCreative coding framework for Python\n\n## Installation\n\nYou can install q5 with:\n\n```\npip install q5\n```\n\n## Usage\n\n### Examples\n\nSee [examples](https://github.com/eqs/q5/tree/main/examples).\n\n### Project Template\n\n```python\n# -*- coding: utf-8 -*-\nimport q5\n\n\nclass App(q5.BaseApp):\n    def setup(self):\n        q5.title('q5 app')\n\n    def update(self):\n        pass\n\n    def draw(self):\n        q5.background(220)\n        q5.ellipse(0.0, 0.0, 200.0, 200.0)\n\n\nif __name__ == '__main__':\n    app = App()\n    app.run()\n```\n\n## Development\n\n1. Install Rust lang: https://www.rust-lang.org/\n1. Run commands:\n```\npip install setuptools-rust\npython setup.py develop\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feqs%2Fq5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feqs%2Fq5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feqs%2Fq5/lists"}