Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)