Skip to content

david-swift/ActionKit-macOS

Repository files navigation

ActionKit Icon

ActionKit

Documentation · GitHub

ActionKit contains an editor for visual scripting. The developer can provide functions the user can use as nodes, the input and output parameters and run the function defined by the user. It is also possible to add custom data types that conform to the ActionType protocol.

GitHub Banner

Table of Contents

Installation

Swift Package

  1. Open your Swift package in Xcode.
  2. Navigate to File > Add Packages.
  3. Paste this URL into the search field: https://github.com/david-swift/ActionKit-macOS
  4. Click on Copy Dependency.
  5. Navigate to the Package.swift file.
  6. In the Package initializer, under dependencies, paste the dependency into the array.

 Xcode Project

  1. Open your Xcode project in Xcode.
  2. Navigate to File > Add Packages.
  3. Paste this URL into the search field: https://github.com/david-swift/ActionKit-macOS
  4. Click on Add Package.

Usage

Information on how to use the package is available in the documentation.

Thanks

Dependencies

Other Thanks