https://github.com/as/shiny
Hard fork of golang.org/exp/shiny
https://github.com/as/shiny
Last synced: 5 months ago
JSON representation
Hard fork of golang.org/exp/shiny
- Host: GitHub
- URL: https://github.com/as/shiny
- Owner: as
- License: bsd-3-clause
- Created: 2017-10-30T06:38:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T23:08:36.000Z (over 5 years ago)
- Last Synced: 2025-08-13T21:36:46.702Z (11 months ago)
- Language: Go
- Size: 1.48 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)