Categorygithub.com/as/shiny
repository
0.8.2
Repository: https://github.com/as/shiny.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Shiny

This is an incompatible fork of Shiny that strips away the event-driven constructs, replacing them with channels and CSP.

Changes

  • AVX2 swizzle for amd64 (also in master branch)
  • The event pump is gone. (concurrent)
  • All events are sent and recieved via channels (concurrent)
  • Bare-bones functionality; no widgets (concurrent)
  • Only one os window, called the "screen" (concurrent)