{"id":22666649,"url":"https://github.com/fireblade-engine/pal","last_synced_at":"2025-07-24T11:06:49.677Z","repository":{"id":46123206,"uuid":"387467858","full_name":"fireblade-engine/pal","owner":"fireblade-engine","description":"Fireblade platform abstraction layer","archived":false,"fork":false,"pushed_at":"2025-03-19T19:47:34.000Z","size":153,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T20:34:49.163Z","etag":null,"topics":["platform","spm","swift","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/fireblade-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ctreffs"],"custom":["https://www.paypal.com/donate?hosted_button_id=GCG3K54SKRALQ"]}},"created_at":"2021-07-19T13:07:44.000Z","updated_at":"2025-03-07T17:03:44.000Z","dependencies_parsed_at":"2022-09-09T16:41:15.878Z","dependency_job_id":"b2f73851-400a-4622-98a1-e4af64b788a3","html_url":"https://github.com/fireblade-engine/pal","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Fpal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Fpal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Fpal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblade-engine%2Fpal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblade-engine","download_url":"https://codeload.github.com/fireblade-engine/pal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550635,"owners_count":21122932,"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":["platform","spm","swift","swift-package-manager"],"created_at":"2024-12-09T14:17:30.007Z","updated_at":"2025-04-12T09:53:07.807Z","avatar_url":"https://github.com/fireblade-engine.png","language":"Swift","funding_links":["https://github.com/sponsors/ctreffs","https://www.paypal.com/donate?hosted_button_id=GCG3K54SKRALQ"],"categories":[],"sub_categories":[],"readme":"# Fireblade PAL (Platform Abstraction Layer)\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![macOS](https://github.com/fireblade-engine/pal/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/fireblade-engine/pal/actions/workflows/ci-macos.yml)\n[![Linux](https://github.com/fireblade-engine/pal/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/fireblade-engine/pal/actions/workflows/ci-linux.yml)\n\nA lightweight platform abstraction layer in Swift. It is developed and maintained as part of the Fireblade Game Engine project.\n\n## 🚀 Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine and provide a code example.\n\n### 📋 Prerequisites\n\n* [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager)\n* [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) for formatting\n* [Swiftlint](https://github.com/realm/SwiftLint) for linting - (optional)\n\n### 💻 Installing\n\nFireblade PAL is available for all platforms that support [Swift 5.7](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).\n\nExtend the following lines in your `Package.swift` file or use it to create a new project.\n\n```swift\n// swift-tools-version:5.7\n\nimport PackageDescription\n\nlet package = Package(\n    name: \"YourPackageName\",\n    dependencies: [\n        .package(url: \"https://github.com/fireblade-engine/pal.git\", from: \"0.1.0\")\n    ],\n    targets: [\n        .target(\n            name: \"YourTargetName\",\n            dependencies: [\"FirebladePAL\"])\n    ]\n)\n\n```\n\n\n## 💁 How to contribute\n\nIf you want to contribute please see the [CONTRIBUTION GUIDE](CONTRIBUTING.md) first. \n\nTo start your project contribution run these in your command line:\n\n1. `git clone git@github.com:fireblade-engine/pal.git fireblade-pal`\n2. `cd fireblade-pal`\n3. `make setupEnvironment`\n\nBefore commiting code please ensure to run:\n\n- `make pre-push`\n\nThis project is currently maintained by [Christian Treffs](https://github.com/ctreffs).   \nSee also the list of [contributors](https://github.com/fireblade-engine/pal/contributors) who participated in this project.\n\n## 🔏 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblade-engine%2Fpal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblade-engine%2Fpal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblade-engine%2Fpal/lists"}