Skip to content

briancavalier/catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catalyst

Experimenting with push-pull FRP

Examples

Try the examples:

  • mouse-position - simple mouse position tracking
  • add-inputs - add the current value of two inputs
  • counters - control multiple stateful counters, with localstorage persistence
  • bounce - hundreds of bouncing balls, with interactive speed control

Or you can run them locally after cloning the repo:

open examples/<example name>/index.html

Rebuild examples

  1. npm install
  2. npm run build:<example name>, e.g. npm run build:bounce

About

Experimenting with push/pull FRP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published