Update dependency nicklockwood/SwiftFormat to v0.51.10 (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency nicklockwood/SwiftFormat to v0.51.10 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
A lightweight platform abstraction layer in Swift. It is developed and maintained as part of the Fireblade Game Engine project.
These instructions will get you a copy of the project up and running on your local machine and provide a code example.
Fireblade PAL is available for all platforms that support Swift 5.3 and higher and the Swift Package Manager (SPM).
Extend the following lines in your Package.swift file or use it to create a new project.
Package.swift
// swift-tools-version:5.3 import PackageDescription let package = Package( name: "YourPackageName", dependencies: [ .package(url: "https://github.com/fireblade-engine/pal.git", from: "0.1.0") ], targets: [ .target( name: "YourTargetName", dependencies: ["FirebladePAL"]) ] )
If you want to contribute please see the CONTRIBUTION GUIDE first.
To start your project contribution run these in your command line:
git clone git@github.com:fireblade-engine/pal.git fireblade-pal
cd fireblade-pal
make setupEnvironment
Before commiting code please ensure to run:
make pre-push
This project is currently maintained by Christian Treffs.See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Fireblade PAL (Platform Abstraction Layer)
A lightweight platform abstraction layer in Swift. It is developed and maintained as part of the Fireblade Game Engine project.
🚀 Getting Started
These instructions will get you a copy of the project up and running on your local machine and provide a code example.
📋 Prerequisites
💻 Installing
Fireblade PAL is available for all platforms that support Swift 5.3 and higher and the Swift Package Manager (SPM).
Extend the following lines in your
Package.swift
file or use it to create a new project.💁 How to contribute
If you want to contribute please see the CONTRIBUTION GUIDE first.
To start your project contribution run these in your command line:
git clone git@github.com:fireblade-engine/pal.git fireblade-pal
cd fireblade-pal
make setupEnvironment
Before commiting code please ensure to run:
make pre-push
This project is currently maintained by Christian Treffs.
See also the list of contributors who participated in this project.
🔏 License
This project is licensed under the MIT License - see the LICENSE file for details