https://github.com/yonaskolb/swiftgui
A SwiftUI GUI for browsing and editing pure Swift objects
https://github.com/yonaskolb/swiftgui
Last synced: about 1 year ago
JSON representation
A SwiftUI GUI for browsing and editing pure Swift objects
- Host: GitHub
- URL: https://github.com/yonaskolb/swiftgui
- Owner: yonaskolb
- Created: 2020-02-25T01:50:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T07:40:09.000Z (about 1 year ago)
- Last Synced: 2025-04-30T18:07:56.765Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 271 KB
- Stars: 37
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwiftGUI
A SwiftUI GUI for browsing and editing pure Swift objects. It's useful as a debug tool, especially in single state apps as you can browse and edit your whole app state.
It supports Swift structs, classes, and enums with associated types.

## Development
Note that this project is still in development. It is missing features, and could be unstable.