Merge TactilityHeadless into Tactility (#263)

There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
This commit is contained in:
Ken Van Hoeylandt
2025-03-30 10:54:36 +02:00
committed by GitHub
parent d0ca3b16f8
commit d72852a6e2
114 changed files with 30 additions and 105 deletions
-9
View File
@@ -1,9 +0,0 @@
@startuml
[*] --> onStart : app is created
onStart --> onShow : app becomes visible
onShow --> onHide : app is no longer visible
onHide --> onStop : app is preparing to be destroyed
onStop --> [*] : app is destroyed
skinparam ranksep 25
skinparam padding 2
@enduml
-19
View File
@@ -1,19 +0,0 @@
@startuml
skinparam componentStyle uml1
[Tactility] as t
note right of t : to build and use graphical apps
[TactilityHeadless] as theadless
note right of theadless : to build and use background services
[TactilityCore] as tcore
note right of tcore : defines, data types, logging, async, etc.
[App] as app
note right of app : App depends on the board \n projects for configuration
[app] ..> [t]
[t] ..> [theadless]
[theadless] ..> [tcore]
@enduml