Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A simple counter app built with Roc and Swift

Awesome Lists containing this project

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.