Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 423 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 423 Bytes

SwiftImGui

Swift wrappers for Dear ImGui

At the moment, the Swift wrappers are written/maintained manually, and the CImGui generated source is hand-tweaked (defining ImVec types to map to Swift SIMD types and removing variadic functions). There's also a very early prototype of a generator present in the repository, but that is currently unused.