github.com/as/shiny@v0.8.2/README.md (about) 1 # Shiny 2 3 This is an incompatible fork of Shiny that strips away the event-driven constructs, replacing them with channels and CSP. 4 5 # Changes 6 7 - AVX2 swizzle for amd64 (also in master branch) 8 - The event pump is gone. (concurrent) 9 - All events are sent and recieved via channels (concurrent) 10 - Bare-bones functionality; no widgets (concurrent) 11 - Only one os window, called the "screen" (concurrent)