Partial function implementation
Partial function implementation is a functional programming technique that can be used to create many functions from one, by binding fixed arguments.
Hi, I'm Brian. Welcome to my blog. Here I write about the things I've learned whilst creating stuff on the web.
I hope that you will find something noteworthy here, that will pique your interest, and that you will visit again soon.
Partial function implementation is a functional programming technique that can be used to create many functions from one, by binding fixed arguments.
I set myself a goal, make a game in 3 hours. The results, a snake clone where you play a farmer collecting eggs that turn into chickens.
When creating a 2d game on canvas I like to render the sprites on an offscreen canvas and access them via retrieving their ImageData.