Skip to content

Instantly share code, notes, and snippets.

@sleexyz
Created October 30, 2016 02:38
Show Gist options
  • Save sleexyz/536bc2a7538f54741b594e95df8bb6c6 to your computer and use it in GitHub Desktop.
Save sleexyz/536bc2a7538f54741b594e95df8bb6c6 to your computer and use it in GitHub Desktop.
{-# LANGUAGE GADTs #-}
module Jam_2016_10_29 where
import Util
output = toProgram $ (bbF (texture2D channel2) uvN)
bbF x = x
& lmap (view norm)
& lmap (\x -> x + (rep 0.1 . rot (y_ x + time) $ x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment