An open API service indexing awesome lists of open source software.

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

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.