{"id":13442787,"url":"https://github.com/TatriX/cl-sdl2-tutorial","last_synced_at":"2025-03-20T15:30:53.307Z","repository":{"id":45099236,"uuid":"49491976","full_name":"TatriX/cl-sdl2-tutorial","owner":"TatriX","description":"SDL2 examples in Common Lisp based on Lazy Foo tutorials.","archived":false,"fork":false,"pushed_at":"2022-01-08T14:17:03.000Z","size":535,"stargazers_count":84,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-04T22:24:06.239Z","etag":null,"topics":["common-lisp","gamedev","sdl2"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TatriX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-12T10:13:44.000Z","updated_at":"2025-01-23T21:44:47.000Z","dependencies_parsed_at":"2022-09-06T02:42:41.517Z","dependency_job_id":null,"html_url":"https://github.com/TatriX/cl-sdl2-tutorial","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/TatriX%2Fcl-sdl2-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatriX%2Fcl-sdl2-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatriX%2Fcl-sdl2-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TatriX%2Fcl-sdl2-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TatriX","download_url":"https://codeload.github.com/TatriX/cl-sdl2-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244639920,"owners_count":20485952,"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":["common-lisp","gamedev","sdl2"],"created_at":"2024-07-31T03:01:50.697Z","updated_at":"2025-03-20T15:30:52.933Z","avatar_url":"https://github.com/TatriX.png","language":"Common Lisp","funding_links":[],"categories":["Common Lisp"],"sub_categories":[],"readme":"![ci](https://github.com/TatriX/cl-sdl2-tutorial/actions/workflows/ci.yml/badge.svg)\n\n# Common Lisp SDL2 tutorials\nAdapted from http://lazyfoo.net/tutorials/SDL/\n\n## Installing the SDL2 Libraries\n\n  The tutorial requires that SDL2, SDL2 Image, and SDL2 TTF are installed before\n  running the examples.\n\n  See instructions for [Linux](README_LINUX.md) and [macOS](README_MACOS.md) respectively.\n\n\n## Installation\n\nUsing [quicklisp](https://www.quicklisp.org/beta/):\n```\ngit clone https://github.com/TatriX/cl-sdl2-tutorial/ ~/quicklisp/local-projects\n```\n\n```lisp\n(ql:quickload :sdl2-tutorial)\n```\n\nor [asdf](https://common-lisp.net/project/asdf/)\n```\ngit clone https://github.com/TatriX/cl-sdl2-tutorial/ ~/common-lisp\n```\n\n```lisp\n(asdf:load-system \"sdl2-tutorial\")\n```\n\n## Running the Examples\n\nTutorial packages are named as `sdl2-tutorial-XX-DESC`\nwhere `XX` is a number starting from `01`.\n\n```lisp\n(sdl2-tutorial-01-hello-sdl:run)\n;;\n(sdl2-tutorial-04-key-presses:run)\n```\n\n## Notes\nAs far as I can tell `cl-sdl2` in most cases doesn't free created\nobjects. This means it's up to a user to do so. I've tried to free\nallocated resources, but as with any manual memory management I could\nmiss something. If you notice anything, please create an issue or even\nsend a PR!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTatriX%2Fcl-sdl2-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTatriX%2Fcl-sdl2-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTatriX%2Fcl-sdl2-tutorial/lists"}