https://github.com/whiletruu/counter-roc-swiftui-app
A simple counter app built with Roc and Swift
https://github.com/whiletruu/counter-roc-swiftui-app
elm-architecture roc-lang swift swiftui
Last synced: 2 months ago
JSON representation
A simple counter app built with Roc and Swift
- Host: GitHub
- URL: https://github.com/whiletruu/counter-roc-swiftui-app
- Owner: WhileTruu
- Created: 2022-10-30T18:50:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:14:00.000Z (over 3 years ago)
- Last Synced: 2025-11-14T10:02:03.009Z (8 months ago)
- Topics: elm-architecture, roc-lang, swift, swiftui
- Language: Swift
- Homepage:
- Size: 352 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter!
A simple Roc counter app on a Swift platform, rendered with SwiftUI.

Running for development: `roc dev`.
Building the app: `./run.sh` - however, it seems that the script does not always
change inside the created `SwiftUIDemo.app` folder, even if deleted.
I have no idea what that is about.