Commit Graph

8 Commits

Author SHA1 Message Date
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 afdf73ca2e split app into seperate files to clean main 2026-08-12 13:04:49 +02:00
lyrgb 8a60e45cd1 timermanager now creates its own timers 2026-08-12 01:43:50 +02:00
lyrgb e6e170a42a split data into sortsession struct with vectors 2026-08-08 14:10:48 +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 401841f700 added basic SFML
now using App and SFML's loop, but haven't properly set up data vs
logic vs UI yet.
added setuptimers()
sortdata currently member var, should either make vec, or attach it to
a different object
2026-08-03 02:05:08 +02:00
lyrgb 4d59287f9c ic working example
setup with working timers and timermanager
2026-07-28 02:39:29 +02:00