Skip to content

vexide/swift-v5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-v5

Build Embedded Swift programs for VEX!

swift-v5 is a command line tool that simplifies the development process for Embedded Swift programs targeting the VEX V5 platform.

Installation

Currently, swift-v5 must be built from source using Cargo:

cargo install swift-v5

Usage

swift-v5 can manage the Arm Toolchain for Embedded version your Swift project uses. Run swift v5 install to download the latest version of the toolchain.

You can also make place a config file named v5.toml next to your Package.swift to specify which version of the toolchain swift-v5 should download:

# v5.toml

llvm-version = "20.1.0"

About

Create VEX V5 programs in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages