Skip to content

Instantly share code, notes, and snippets.

View diessica's full-sized avatar
🌈

diessica

🌈
View GitHub Profile
@mrosata
mrosata / la-ramda.js
Last active January 15, 2023 01:47
A subset of the Ramda library written using arrow functions, "lamda-ramda". The purpose of this is fun and to use in environments where importing 3rd party libs isn't allowed. Feel free to add to this.
const R = new LaRamda()
/**
* A subset of custom implementations of functions from
* the Ramda library. (all in Lamda form)
* - thanks to @xgrommx for uniq, intersection, where, evolve,
* applySpec, defaultTo, both, either, cond, zipWith
*/
function LaRamda () {
const I = x => x
@charlieroberts
charlieroberts / wac_2019.md
Created December 6, 2019 12:20
Workshop notes for audiovisual programming, WAC 2019

WAC 2019 Audiovisual Programming Workshop

Workshop Goals:

We will all have fun with the following:

  1. Learning the basics of various environments for graphics programming and thinking about the strategies they use for syncing with audio. This will include shader programming and ray marching.
  2. Watching videos / discussing strategies for how to “best” combine audio and visuals together. We will look at classic examples from the field of visual music and more recent contemporary examples.

Workshop Facilitator:

Charlie Roberts – [email protected]