Skip to content

Chipmunk2D physics library packaged for Swift Package Manager

License

Notifications You must be signed in to change notification settings

spencerkohan/Chipmunk2D-SPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chipmunk2D for Swift Package Manager

This repository contains the excellent Chipmunk 2D by Howling Moon Software repackaged as a Swift package for use with the Swift Package Manager.

More information about Chipmunk can be found here:

Usage

This package can be included in a SPM-managed project like any other Swift package:

// Package.swift: 
dependencies: [
     .package(
         url: "https://github.com/spencerkohan/Chipmunk2D-SPM", 
         from: "7.0.3"),
],

This repository will track the same version numbers as the main Chipmunk repository.

Demo

This repository also includes a demo executable at Sources/Demo/main.swift. This is a Swift implementation of the Hello Chipmunk example provided in the Chipmunk manual.

About

Chipmunk2D physics library packaged for Swift Package Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages