JoelOtter / termloop

Terminal-based game engine for Go, built on top of Termbox
Other
1.42k stars 83 forks source link

Add Start with context #63

Open phughk opened 1 month ago

phughk commented 1 month ago

I would like to have control of the user interface via signalling. Preferably using context.

This PR adds a StartCtx that accepts a context that can be cancelled.