Closed dumblob closed 1 year ago
Hi, there!
Yes, the core Actomaton
module only relies on pure Swift, which is usually sufficient for implementing data models and app logic.
(Note that ActomatonUI
and deprecated ActomatonStore
relies on SwiftUI or UIKit)
Nice! Would you be interested in:
Or is Actomaton not yet mature enough in your opinion so that 7guis does not yet make much sense?
Actomaton (as of 0.7.0) is already used in production app, so I would say it's production ready.
As I read through https://7guis.github.io/7guis/tasks , I found them as interesting examples to work for demo app, so I will consider implementing in future when I have time 🙂
Meanwhile, some of the (similar) examples are already implemented below, so pls check if you haven't yet. https://github.com/Actomaton/Actomaton-Gallery
I wonder whether this could be used as the underlying "data framework" for implementing 7guis using any GUI toolking of your choice (probably one of those used in Apple ecosystems)?