{"id":22316855,"url":"https://github.com/somecho/skit","last_synced_at":"2025-03-26T03:25:53.814Z","repository":{"id":252304674,"uuid":"840025288","full_name":"somecho/sKit","owner":"somecho","description":"A framework and library agnostic personal toolkit for creative coding in C++.","archived":false,"fork":false,"pushed_at":"2025-01-15T19:06:30.000Z","size":431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T02:01:59.349Z","etag":null,"topics":["creative-coding"],"latest_commit_sha":null,"homepage":"https://skit.soch.cc/","language":"C++","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/somecho.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T20:14:04.000Z","updated_at":"2025-01-15T19:06:32.000Z","dependencies_parsed_at":"2025-01-01T21:22:46.314Z","dependency_job_id":"837214c8-18ef-47bf-bb32-785339932259","html_url":"https://github.com/somecho/sKit","commit_stats":null,"previous_names":["somecho/skit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2FsKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2FsKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2FsKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2FsKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somecho","download_url":"https://codeload.github.com/somecho/sKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245581781,"owners_count":20639040,"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"],"created_at":"2024-12-03T23:08:07.779Z","updated_at":"2025-03-26T03:25:53.795Z","avatar_url":"https://github.com/somecho.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sKit ![GitHub Tag](https://img.shields.io/github/v/tag/somecho/sKit)\n\nPersonal creative coding toolkit / framework. Can be used with or without a graphics rendering framework. \n\n## Dependencies\n\nThe only dependencies are:\n- [GLM](https://github.com/g-truc/glm) \n- [SDL3](https://github.com/libsdl-org/SDL)\n\nGLM will automatically be pulled if not installed. SDL3 will always be pulled, as it is still in preview. \n\n## Building\n\nRequired:\n- CMake 3.21\n- C++23\n\n### CMake\n\n```sh\ngit clone https://github.com/somecho/sKit\ncd sKit\ncmake -B build -DCMAKE_BUILD_TYPE=RELEASE\ncmake --build build\n```\n\nCan easily be opened with Visual Studio.\n\n## Using the library\n\n### With CMake FetchContent\n\nThe recommended way to use this library is with CMake. \n\n```cmake\ninclude(FetchContent)\nFetchContent_Declare(\n  skit\n  GIT_REPOSITORY https://github.com/somecho/sKit\n  GIT_TAG main\n)\nFetchContent_MakeAvailable(skit)\ntarget_link_libraries(YOUR_PROJECT PRIVATE sKit)\n```\n\n---\n\nMIT License, Copyright © 2024 Somē Cho\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomecho%2Fskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fskit/lists"}