Skip to content

marvinborner/lambda-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Screen

See the accompanying blog post for more information.

Details

  • WebGL for drawing the squares
  • 1 Webworker for handling paint requests
  • single-threaded reduction (see 4fa7012 for an implementation using 4 parallel reduction workers; they crashed firefox consistently)
  • Currently no higher-order reduction
  • No libraries