{"id":16230587,"url":"https://github.com/tcdude/foolysh","last_synced_at":"2025-04-08T05:47:31.020Z","repository":{"id":37633229,"uuid":"184830283","full_name":"tcdude/foolysh","owner":"tcdude","description":"Foolish attempt of a 2D game engine for Python","archived":false,"fork":false,"pushed_at":"2022-12-09T14:47:14.000Z","size":4981,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T17:01:11.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/tcdude.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":"2019-05-03T23:06:56.000Z","updated_at":"2022-01-15T14:34:24.000Z","dependencies_parsed_at":"2023-01-25T14:15:15.068Z","dependency_job_id":null,"html_url":"https://github.com/tcdude/foolysh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdude%2Ffoolysh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdude%2Ffoolysh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdude%2Ffoolysh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcdude%2Ffoolysh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcdude","download_url":"https://codeload.github.com/tcdude/foolysh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785921,"owners_count":20995642,"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":[],"created_at":"2024-10-10T13:01:04.890Z","updated_at":"2025-04-08T05:47:30.984Z","avatar_url":"https://github.com/tcdude.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# foolysh\n\nSimple 2D Rendering Engine based on PySDL2 with intended deployment on Android and potentially also iOS in the future.\n\nThis is a work in progress and far from being usable...\n\nYou can install `foolysh` using pip:\n\n`pip install git+https://github.com/tcdude/foolysh.git`\n\nsee also the generated [docs](https://www.tizilogic.com/various/foolysh-engine)\n\n##### Simple Example:\n\n```python\nfrom foolysh import app\n\nclass MyApp(app.App):\n    def __init__(self):\n        super().__init__('MyApp')\n        self.task_manager.add_task('quitter', self.quit, delay=5,\n                                   with_dt=False, args=(False, ))\n\n\nMyApp().run()\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcdude%2Ffoolysh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcdude%2Ffoolysh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcdude%2Ffoolysh/lists"}