Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/as/shiny
Hard fork of golang.org/exp/shiny
https://github.com/as/shiny
Last synced: 3 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T23:08:36.000Z (almost 4 years ago)
- Last Synced: 2024-06-28T20:50:14.709Z (5 months ago)
- Language: Go
- Size: 1.48 MB
- Stars: 12
- Watchers: 3
- 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)