Skip to content

Latest commit

 

History

History

StandaloneExample

This directory shows how you can use SwiftGodotKit in a standalone Swift Package.

This directory was initially created like this:

swift package init -n StandaloneExample

And then Package.swift was extended to reference SwiftGodotKit and the sample placed.

To run, do this:

$ cp .build/*/*/libgodot.dylib .
$ swift run