You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successful embedding of the Python interpreter into Swift.
Ability to import Python and call Python directly within the Swift programming language:
Fix python headers incorrect includes of cpython headers within extern "C" { blocks, this was previously an error, at least when trying to use that same module (ex. import Python), from a target that was compiled with CXX interoperability enabled, you should now be free to import Pythonregardless of C/CXX interop. 🎉
ImGui for Swift
Toolkit (plus demo app)
Create demo app, prep it for swift bundler which bundles macOS, visionOS, and iOS apps, without having to use Xcode, and runs them from the command line, will add it as a swift build plugin so that SwiftUSD and any package that depends on SwiftUSD will transitively receive the command line tool to build their own apps, plugins, and games through:
swift package plugin bundler -p (ex. visionOS, macOS, iOS)