Swiftpack.co - Swift Packages by ctreffs

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by ctreffs

ctreffs/SwiftImGui 1.89.5
Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows
⭐️ 130
🕓 52 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
ImGui 1.89.5
52 weeks ago
## What's Changed * Link libm on Linux by @ctreffs in https://github.com/ctreffs/SwiftImGui/pull/11 - fixes #9 * Update CI by @ctreffs in https://github.com/ctreffs/SwiftImGui/pull/12 * Add Mint by @ctreffs in https://github.com/ctreffs/SwiftImGui/pull/13 * Configure Renovate by @renovate in https://github.com/ctreffs/SwiftImGui/pull/10 * Update actions/upload-artifact action to v3 by @renovate in https://github.com/ctreffs/SwiftImGui/pull/15 * Update ImGui to 1.89.5 by @ctreffs in https://github.com/ctreffs/SwiftImGui/pull/17 ## New Contributors * @renovate made their first contribution in https://github.com/ctreffs/SwiftImGui/pull/10 **Full Changelog**: https://github.com/ctreffs/SwiftImGui/compare/1.86.0...1.89.5
1.86.0
2 years ago
## What's Changed * Update to 1.86 and update OSX backend (fix keyboard issue) by @forkercat in https://github.com/ctreffs/SwiftImGui/pull/7 **Full Changelog**: https://github.com/ctreffs/SwiftImGui/compare/1.82.0...1.86.0
ImGui 1.82
2 years ago
- Move to ImGui 1.82 - Transition CI to GitHub Actions - Project updates
ImGui 1.78
3 years ago
- Support ImGui 1.78 - Add String? = nil default arguments
ImGui 1.77
3 years ago
- Support ImGui 1.77 - New tag pattern that reflects ImGui's version
ImGui 1.76 Support
3 years ago
- Adds support for ImGui 1.76 - Update AutoWrapper - Several memory fixes
4 years ago
4 years ago
4 years ago
4 years ago
linux
ctreffs/SwiftSDL2 1.4.1
Swift wrapper around Simple Direct Media Layer (SDL2) for macOS, iOS, Linux and Windows
⭐️ 94
🕓 43 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.4.1
43 weeks ago
## What's Changed * Fix xcframework target naming issues with Swift versions before 5.8 in https://github.com/ctreffs/SwiftSDL2/pull/29 #28 * Update dependency realm/SwiftLint to v0.52.3 by @renovate in https://github.com/ctreffs/SwiftSDL2/pull/26 **Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.4.0...1.4.1
1.4.0
44 weeks ago
## What's Changed * Supported SDL2 version is now [2.26.5](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.5) * Add SDL2 as XCFramework on Apple platforms + fix Windows build by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/24 * Add examples by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/14 * Update project by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/20 * Configure Renovate by @renovate in https://github.com/ctreffs/SwiftSDL2/pull/15 * Housekeeping by @ctreffs in https://github.com/ctreffs/SwiftSDL2/pull/27 ## New Contributors * @renovate made their first contribution in https://github.com/ctreffs/SwiftSDL2/pull/15 **Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.3.2...1.4.0
1.3.2
2 years ago
- Fix iOS and macOS imports **Full Changelog**: https://github.com/ctreffs/SwiftSDL2/compare/1.3.1...1.3.2
Windows support
2 years ago
- Add Windows support (#6, #9) - Use relative paths (#7, #10) - Fix metal example
2 years ago
1.2.0
2 years ago
3 years ago
- SDL2 2.0.10+ - Swift 5.1+
4 years ago
iOS macOS tvOS linux windows
ctreffs/SwiftSimctl 0.4.2
Swift client-server tool to call xcrun simctl from your simulator. Automate push notification testing!
⭐️ 66
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.4.2
2 years ago
## What's Changed * Add get_app_container command by @ctreffs in https://github.com/ctreffs/SwiftSimctl/pull/18 **Full Changelog**: https://github.com/ctreffs/SwiftSimctl/compare/0.4.1...0.4.2
0.4.1
2 years ago
## What's Changed * adds the ability to call simctl erase by @bkbeachlabs in https://github.com/ctreffs/SwiftSimctl/pull/17 ## New Contributors * @bkbeachlabs made their first contribution in https://github.com/ctreffs/SwiftSimctl/pull/17 **Full Changelog**: https://github.com/ctreffs/SwiftSimctl/compare/0.4.0...0.4.1
2 years ago
- Add support for simctl openurl (#16 by @limey) - Opens URLs including registered URL schemes - Minor cleanups & refinements
2 years ago
- Use Swift Argument Parser (#12 by @rsmcalister) - Drop [Cocoapods](https://cocoapods.org) support - Update CI
Swifter bug fix
3 years ago
- Fix Swifter version issues that prevented builds with Xcode 12+ (#5, #6) - Update CI - Update SPM dependencies
Initial Release
4 years ago
4 years ago
iOS macOS tvOS
ctreffs/SwiftAssimp 2.2.0
Swift wrapper around Open Asset Import Library (aka assimp) for macOS and Linux
⭐️ 24
🕓 34 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.2.0
34 weeks ago
## What's Changed * Fix issue #11 * Update project by @ctreffs in https://github.com/ctreffs/SwiftAssimp/pull/23 * Configure Renovate by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/12 * Update actions/upload-artifact action to v2.3.1 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/13 * Update dependency nicklockwood/SwiftFormat to v0.51.7 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/14 * Update dependency realm/SwiftLint to v0.51.0 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/16 * Update actions/upload-artifact action to v3 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/18 * Update actions/cache action to v3 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/17 * Update dependency realm/SwiftLint to v0.52.2 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/20 * Update dependency nicklockwood/SwiftFormat to v0.51.9 by @renovate in https://github.com/ctreffs/SwiftAssimp/pull/19 ## New Contributors * @renovate made their first contribution in https://github.com/ctreffs/SwiftAssimp/pull/12 **Full Changelog**: https://github.com/ctreffs/SwiftAssimp/compare/2.1.0...2.2.0
2.1.0
2 years ago
## What's Changed * Make types more immutable by @ctreffs in https://github.com/ctreffs/SwiftAssimp/pull/10 **Full Changelog**: https://github.com/ctreffs/SwiftAssimp/compare/2.0.1...2.1.0
2.0.1
2 years ago
## What's Changed * Add import export formats by @ctreffs in https://github.com/ctreffs/SwiftAssimp/pull/9 **Full Changelog**: https://github.com/ctreffs/SwiftAssimp/compare/2.0.0...2.0.1
2.0.0
2 years ago
## What's Changed * Update to Assimp 5.2.0 by @ctreffs in https://github.com/ctreffs/SwiftAssimp/pull/8 **Full Changelog**: https://github.com/ctreffs/SwiftAssimp/compare/1.3.1...2.0.0
3 years ago
Embedded textures
3 years ago
3 years ago
- Bug fix AiMatKey initializer
3 years ago
Initial Release
4 years ago
ctreffs/SwiftBullet 0.3.1
Swift bindings for the Bullet Real-Time Physics Simulation library
⭐️ 8
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Bullet 3.17
2 years ago
Bullet 3.08
3 years ago
3 years ago
ctreffs/SwiftVulkan 0.2.1
Swift Vulkan SDK bindings for macOS and Linux
⭐️ 7
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.1
1 year ago
## What's Changed * Fix macOS permissions for Vulkan SDK by @ctreffs in https://github.com/ctreffs/SwiftVulkan/pull/5 * Configure Renovate by @renovate in https://github.com/ctreffs/SwiftVulkan/pull/6 * Update actions/checkout action to v2.7.0 by @renovate in https://github.com/ctreffs/SwiftVulkan/pull/8 * Update ci-macos.yml by @ctreffs in https://github.com/ctreffs/SwiftVulkan/pull/12 * Update gaurav-nelson/github-action-markdown-link-check action to v1.0.15 by @renovate in https://github.com/ctreffs/SwiftVulkan/pull/7 * Update actions/checkout action to v3 by @renovate in https://github.com/ctreffs/SwiftVulkan/pull/11 * Update actions/cache action to v3 by @renovate in https://github.com/ctreffs/SwiftVulkan/pull/10 * Update CI by @ctreffs in https://github.com/ctreffs/SwiftVulkan/pull/13 ## New Contributors * @renovate made their first contribution in https://github.com/ctreffs/SwiftVulkan/pull/6 **Full Changelog**: https://github.com/ctreffs/SwiftVulkan/compare/0.2.0...0.2.1
0.2.0
2 years ago
## What's Changed * Modernize by @ctreffs in https://github.com/ctreffs/SwiftVulkan/pull/4 **Full Changelog**: https://github.com/ctreffs/SwiftVulkan/compare/0.1.2...0.2.0
First public release
2 years ago
2 years ago
2 years ago
ctreffs/SwiftNFD 1.0.2
Swift wrapper for Native File Dialog, a tiny, neat C library that portably invokes native file open and save dialogs.
⭐️ 3
🕓 2 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.0.2
2 years ago
**Full Changelog**: https://github.com/ctreffs/SwiftNFD/compare/1.0.1...1.0.2 - Make gitmodule `https` based
1.0.1
2 years ago
- Fix Result type **Full Changelog**: https://github.com/ctreffs/SwiftNFD/compare/1.0.0...1.0.1
1.0.0
2 years ago
Initial release
ctreffs/SwiftSDL2Image 0.1.2
Swift wrapper for SDL2 Image
⭐️ 0
🕓 18 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
ctreffs/SwiftSTB 0.1.1
Swift wrapper for STB
⭐️ 0
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics