{"id":17251068,"url":"https://github.com/fumieval/call","last_synced_at":"2025-10-09T03:03:17.450Z","repository":{"id":20849211,"uuid":"24135741","full_name":"fumieval/call","owner":"fumieval","description":"Not an insufficient game engine","archived":false,"fork":false,"pushed_at":"2015-04-29T08:38:16.000Z","size":5324,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-09T03:02:06.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fumieval.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":"2014-09-17T08:08:32.000Z","updated_at":"2025-01-02T16:53:37.000Z","dependencies_parsed_at":"2022-07-15T18:17:12.060Z","dependency_job_id":null,"html_url":"https://github.com/fumieval/call","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fumieval/call","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fcall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fcall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fcall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fcall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumieval","download_url":"https://codeload.github.com/fumieval/call/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2Fcall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000775,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-15T06:50:15.932Z","updated_at":"2025-10-09T03:03:17.432Z","avatar_url":"https://github.com/fumieval.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Call Game Engine\n====================\n\nNote\n------\n* You have to compile sources with `-threaded` due to call's concurrency.\n\nComparison\n------\n\n| Feature        | free-game     | call                     |\n| -------------- | ------------- | ------------------------ |\n| Policy         | All in one    | Separate as possible     |\n| Time           | Frame-based   | Continuous               |\n| Window Refresh | Monadic       | Callback                 |\n| 2D drawing     | Monadic       | Monoidal                 |\n| 3D drawing     |               | Monoidal                 |\n| Text           | Monadic       |                          |\n| Audio          |               | Callback                 |\n| Keyboard       | Monadic       | Callback, Monadic        |\n| Mouse          | Monadic       | Callback, Monadic        |\n| Gamepad        |               | Callback, Monadic        |\n\nGetting Started\n------\n    $ cabal update\n    $ cabal install bindings-portaudio\n    $ cabal install call\n\n```haskell\nimport Call\n\nmain = runSystemDefault $ do\n  linkPicture $ const $ return $ color blue $ circleOutline 240\n  stand\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fcall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumieval%2Fcall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fcall/lists"}