Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:14:00.000Z (about 2 years ago)
- Last Synced: 2024-02-11T15:13:41.914Z (9 months ago)
- Topics: elm-architecture, roc-lang, swift, swiftui
- Language: Swift
- Homepage:
- Size: 352 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- roc-awesome - WhileTruu/counter-roc-swiftui-app
README
# Counter!
A simple Roc counter app on a Swift platform, rendered with SwiftUI.
![counter app](https://github.com/WhileTruu/counter-roc-swiftui-app/raw/main/counter.gif)
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.