Skip to content

Instantly share code, notes, and snippets.

View opyapeus's full-sized avatar
🐢
Working from home

peus opyapeus

🐢
Working from home
View GitHub Profile
@opyapeus
opyapeus / Main.purs
Last active April 22, 2021 23:58 — forked from soupi/Main.purs
simple purescript-signal + purescript-canvas example
module Main where
import Prelude
import Effect (Effect)
import Data.Maybe (Maybe(Just, Nothing))
import Graphics.Canvas as C
import Signal (foldp, runSignal)
import Signal.DOM (animationFrame)