SwiftRNBO



    SwiftRNBO is a translation layer between a Swift-based Apple platform project and C++ code that was exported using Cycling '74 RNBO software. It requires no knowledge of C++ to use and allows any Apple platform developer familiar with the Cycling '74 Max programming environment to build sophisticated and efficient audio applications with the ease of use of Swift and SwiftUI.

    Creator's Website
    https://ceam.space

    • Ruslan's icon
      Ruslan's icon
      Ruslan
      Feb 20 2023 | 4:18 pm
      Cool project! Must be! Can't test it out myself as I don't have RNBO yet, but I faced similar task with Gen~ code export, so perhaps it is a major advancement in this field. Maybe, I can even create apps for Apple Watch now?
      Share
    • Eldar Sadykov's icon
      Eldar Sadykov's icon
      Eldar Sadykov
      Feb 20 2023 | 4:21 pm
      Thank you very much! You actually can just do everything in Gen and put it inside an rnbo~ subpatch. Should work without need to save the rnbo~ subpatch.
    • Eldar Sadykov's icon
      Eldar Sadykov's icon
      Eldar Sadykov
      Feb 21 2023 | 8:20 am
      Objective-C++ Wrapper: Alex Nadzharov
    • yung algo's icon
      yung algo's icon
      yung algo
      Feb 21 2023 | 6:40 pm
      does this work for mobile iOS apps?
    • Eldar Sadykov's icon
      Eldar Sadykov's icon
      Eldar Sadykov
      Feb 21 2023 | 6:42 pm
      Totally. Current example is multiplatform: iOS, macOS and tvOS work out of the box. But currently only SwiftUI Example is present.