{"id":13442746,"url":"https://github.com/borodust/trivial-gamekit","last_synced_at":"2025-03-20T15:30:39.403Z","repository":{"id":47487727,"uuid":"88064662","full_name":"borodust/trivial-gamekit","owner":"borodust","description":"Simple framework for making 2D games","archived":false,"fork":false,"pushed_at":"2021-11-05T12:59:27.000Z","size":613,"stargazers_count":166,"open_issues_count":20,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-28T05:59:43.189Z","etag":null,"topics":["2d","common-lisp","game-engine","gamedev","input","sound"],"latest_commit_sha":null,"homepage":"https://borodust.org/projects/trivial-gamekit","language":"Common Lisp","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/borodust.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":"2017-04-12T15:00:22.000Z","updated_at":"2024-09-11T06:04:54.000Z","dependencies_parsed_at":"2022-09-03T04:51:50.198Z","dependency_job_id":null,"html_url":"https://github.com/borodust/trivial-gamekit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodust%2Ftrivial-gamekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodust%2Ftrivial-gamekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodust%2Ftrivial-gamekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodust%2Ftrivial-gamekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borodust","download_url":"https://codeload.github.com/borodust/trivial-gamekit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244639858,"owners_count":20485941,"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":["2d","common-lisp","game-engine","gamedev","input","sound"],"created_at":"2024-07-31T03:01:50.063Z","updated_at":"2025-03-20T15:30:39.039Z","avatar_url":"https://github.com/borodust.png","language":"Common Lisp","funding_links":[],"categories":["Common Lisp","Miscellaneous ##"],"sub_categories":[],"readme":"# trivial-gamekit\n\nLibrary for getting into gamedev with Common Lisp! Very simple interface to graphics, audio and input.\n\n\n## Requirements\n\n* OpenGL 2.1 or 3.3+\n* 64-bit (x86_64) Windows, GNU/Linux or macOS\n* x86_64 SBCL or CCL\n\n\n## Installation and loading\n\nBy default, `trivial-gamekit` works in OpenGL 3.3 mode. To enable OpenGL 2.1 you need to\n```lisp\n(pushnew :bodge-gl2 *features*)\n```\n\n```lisp\n;; add cl-bodge distribution into quicklisp\n(ql-dist:install-dist \"http://bodge.borodust.org/dist/org.borodust.bodge.txt\")\n\n;; load the gamekit\n(ql:quickload :trivial-gamekit)\n```\n\n\n## Example\n\nCopy-paste these into your Common Lisp REPL after loading `trivial-gamekit`:\n\n```lisp\n(gamekit:defgame example () ())\n\n(defmethod gamekit:draw ((this example))\n  (gamekit:draw-text \"Hello, Gamedev!\" (gamekit:vec2 240.0 240.0)))\n\n(gamekit:start 'example)\n```\n\n\n## Documentation\n\nSee `trivial-gamekit` external [documentation](https://borodust.org/projects/trivial-gamekit/).\n\n\n## Help\n\n`#lispgames` or [`#cl-bodge`](https://web.libera.chat/gamja/?channel=#cl-bodge) at `irc.libera.chat:6697`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborodust%2Ftrivial-gamekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborodust%2Ftrivial-gamekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborodust%2Ftrivial-gamekit/lists"}