Skip to content

StitchDesign/StitchEngineOpenSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StitchEngine

This is open source code for Stitch's graph calculation logic. Here you will find code for handling the topological order of node calculation, including cycle detection, performance optimizations, and invocations of node evaluation.

How to Update Binary Target

Make sure you follow the pre-reqs below!

  1. To create the binary, first access the root directory of this repo and call:
    ./build.sh
  2. Drag the newly created StitchEngine.xcframework file into Stitch -> Project Workspace Settings -> Stitch Target -> "Frameworks, Libraries, and Embedded Content".

Prerequisites

  1. Install swift-create-xcframework, a package which abstracts away a complicated set of callers used to create the closed-source binary:
brew install segment-integrations/formulae/swift-create-xcframework
  1. Enable permissions to run the build script:
chmod +x build.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •