Overview of SwiftGodot
mainSwiftGodot is a framework that allows you to write Godot Game Extensions using the Swift programming language. It provides bindings to Godot's public extension API, mapping them to Swift idioms.
Key features:
- GD Extensions: Author code in Swift that runs as a Godot extension.
- Side-by-side execution: Works alongside GDScript or C# code within the same project.
- SwiftGodotKit: A companion library used to embed and host Godot directly within an existing Swift application.
- Performance & Safety: Leverages Swift's high performance and type safety while accessing the Godot engine.