{"id":22691886,"url":"https://github.com/cmst0us/appbootstrapkit","last_synced_at":"2026-05-09T15:13:04.725Z","repository":{"id":193759616,"uuid":"689373318","full_name":"CmST0us/AppBootstrapKit","owner":"CmST0us","description":"SDL ImGui OpenGL etc. bootstrap in Swift","archived":false,"fork":false,"pushed_at":"2023-09-09T20:06:21.000Z","size":264,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T17:52:14.659Z","etag":null,"topics":["imgui","linux","sdl2","swift"],"latest_commit_sha":null,"homepage":"","language":"C++","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/CmST0us.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,"governance":null}},"created_at":"2023-09-09T15:48:19.000Z","updated_at":"2023-11-06T09:27:03.000Z","dependencies_parsed_at":"2023-09-09T21:21:45.045Z","dependency_job_id":"506f0549-ad7d-4cff-9bd3-50553bfd0943","html_url":"https://github.com/CmST0us/AppBootstrapKit","commit_stats":null,"previous_names":["cmst0us/appbootstrapkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FAppBootstrapKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FAppBootstrapKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FAppBootstrapKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FAppBootstrapKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CmST0us","download_url":"https://codeload.github.com/CmST0us/AppBootstrapKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215817,"owners_count":20741894,"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":["imgui","linux","sdl2","swift"],"created_at":"2024-12-10T01:12:46.993Z","updated_at":"2026-05-09T15:12:59.677Z","avatar_url":"https://github.com/CmST0us.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppBootstrapKit\n\n![logo](Asset/logo.svg)\n\nAppBootstrap is a framework of help boot swift app with SDL or ImGui and etc.\n\n\n# How to integrate\n\nThis is an SPM-compliant Swift Package: First, add the following line in Package.swift to your package dependencies:\n\n```swift\n.package(url: \"https://github.com/CmST0us/AppBootstrapKit.git\", branch: \"master\")\n```\nThen, add the module AppBootstrapKit – where necessary – to your target dependencies.\n\n# Usage\n\nSubclass of `Application` \n\n```swift\npublic class MyApp: Application {\n    public override func update() {\n        // every frame update will invoke this\n    }\n\n    public override func setup() {\n        // after application setup, will invoke this\n    }\n}\n```\n\nCreate instrance\n\n```swift\nlet config = Application.Configuration(pipeline: .sdl2_imgui, openglVersion: .gles2_glsl100,\n        windowName: \"MyApp\",\n        clearColor: (0, 0, 0, 1.0))\nlet app = MyApp(configuration: config)\napp.run\n```\n\n# License and Contributions\nThis package is licensed under the term of the MIT License. Contributions are always welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmst0us%2Fappbootstrapkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmst0us%2Fappbootstrapkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmst0us%2Fappbootstrapkit/lists"}