Commit Graph

6 Commits

Author SHA1 Message Date
lyrgb b5309278cf rename myaction to callback 2026-08-20 00:45:52 +02:00
lyrgb 6e71aeebb4 app now just coordinates the components initialized in main
reduced responsibilities of constructors
started using more pointers.
sessions through app rather than app itself.
mostly split view away from app (still hard coded)
haven't decoupled sorts from timers as their actuator yet
2026-08-15 03:14:54 +02:00
lyrgb 8a60e45cd1 timermanager now creates its own timers 2026-08-12 01:43:50 +02:00
lyrgb d2d9ef6c70 headers, split steppable 2026-08-07 00:56:06 +02:00
lyrgb 6f7bd9d964 switched from raw lambda to stepable
couldn't figure out how to handle sortstate, eventually put it into
bsort class. should be split into timeraction and steppable. and there
shouldn't be a random steppedbsort in App
2026-08-05 00:00:26 +02:00
lyrgb 4d59287f9c ic working example
setup with working timers and timermanager
2026-07-28 02:39:29 +02:00