All Projects → stackotter → swift-bundler

stackotter / swift-bundler

Licence: Apache-2.0 license
An Xcodeproj-less tool for creating cross-platform Swift apps.

Programming Languages

swift
15916 projects
shell
77523 projects

Projects that are alternatives of or similar to swift-bundler

Llvmswift
A Swift wrapper for the LLVM C API (version 9.0.1)
Stars: ✭ 641 (+256.11%)
Mutual labels:  swiftpm
Packageconfig
A Swift Package that allows you to define configuration settings inside a Package.swift
Stars: ✭ 88 (-51.11%)
Mutual labels:  swiftpm
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (+27.78%)
Mutual labels:  swiftpm
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+422.22%)
Mutual labels:  swiftpm
Scenekit Scnline
Draw a tube or thick line in SceneKit
Stars: ✭ 49 (-72.78%)
Mutual labels:  swiftpm
Materialactivityindicator
Material Activity Indicator
Stars: ✭ 109 (-39.44%)
Mutual labels:  swiftpm
Hero
Elegant transition library for iOS & tvOS
Stars: ✭ 20,547 (+11315%)
Mutual labels:  swiftpm
swift-declarative-configuration
Declarative configuration for your objects
Stars: ✭ 46 (-74.44%)
Mutual labels:  swiftpm
Dikit
Dependency Injection Framework for Swift, inspired by KOIN.
Stars: ✭ 77 (-57.22%)
Mutual labels:  swiftpm
Swift Docker
Build & test your swift packages using docker - `swift docker test`
Stars: ✭ 179 (-0.56%)
Mutual labels:  swiftpm
Sdwebimageswiftui
SwiftUI Image loading and Animation framework powered by SDWebImage
Stars: ✭ 844 (+368.89%)
Mutual labels:  swiftpm
Scenekit Bezier Animations
Create animations over Bezier curves of any number of points
Stars: ✭ 35 (-80.56%)
Mutual labels:  swiftpm
Venice
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
Stars: ✭ 1,501 (+733.89%)
Mutual labels:  swiftpm
Swift Benchmark
A swift library to benchmark code snippets.
Stars: ✭ 659 (+266.11%)
Mutual labels:  swiftpm
SwiftCV
Minimal Swift for TensorFlow OpenCV bindings
Stars: ✭ 37 (-79.44%)
Mutual labels:  swiftpm
Reflection
DEPRECATED
Stars: ✭ 592 (+228.89%)
Mutual labels:  swiftpm
Swiftcrossplatformframework
Tutorial to create cross platform framework for Swift compatible with Carthage and SwiftPM
Stars: ✭ 98 (-45.56%)
Mutual labels:  swiftpm
HyperSwift
A Swift DSL for generating HTML and CSS documents
Stars: ✭ 47 (-73.89%)
Mutual labels:  swiftpm
EggSeed
Command Line Tool for Starting Your Swift Packages with Continuous Integration
Stars: ✭ 21 (-88.33%)
Mutual labels:  swiftpm
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Stars: ✭ 1,856 (+931.11%)
Mutual labels:  swiftpm

An Xcodeproj-less tool for creating cross-platform Swift apps.

Important!!

Swift Bundler has gone sponsor-only to support its development. This public version only supports creating macOS apps.

To create iOS apps with Swift Bundler, become a monthly sponsor of stackotter. If you have a particular interest in a not-yet supported platform, I will prioritise supporting that platform.

More information is available on the Swift Bundler website.

Supporting Swift Bundler ❤️

If you find Swift Bundler useful, please consider supporting me by becoming a sponsor. I spend most of my spare time working on open-source projects, and each sponsorship helps me focus more time on making high quality tools for the community.

Documentation 📚

The documentation is hosted on GitHub pages.

Installation 📦

Install the latest version of Swift Bundler with mint:

mint install stackotter/swift-bundler

If you have previously installed Swift Bundler via the installation script you must delete the /opt/swift-bundler directory (requires sudo).

For more installation methods, see the documentation.

Getting started 🚦

After installing Swift Bundler, package templates make it quick to get started. The following sections walk you through creating and running a simple 'Hello, World!' SwiftUI app.

Creating a SwiftUI app

# Create a new app from the SwiftUI template.
swift bundler create HelloWorld --template SwiftUI
cd HelloWorld

Running the app

# Build and run the app.
swift bundler run

Using Xcode as your IDE

# Creates the files necessary to get xcode to run the package as an app.
# Only needs to be run once unless you delete the `.swiftpm` directory.
swift bundler generate-xcode-support

# Open the package in Xcode
open Package.swift

Learning more

To learn more about Swift Bundler refer to the documentation.

Contributing 🛠

Contributions of all kinds are very welcome! Just make sure to check out the contributing guidelines before getting started. Read through the open issues for contribution ideas.

Apps made with Swift Bundler 👨‍💻

If you have an app made with Swift Bundler, I'd love to hear about it! Just open an issue or submit a PR to add it to the list.

  • Delta Client — A 'Minecraft: Java Edition' compatible Minecraft client written from scratch in Swift
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].