|
You are here |
jvns.ca | ||
| | | | |
www.daveperrett.com
|
|
| | | | | I've been spending quite a bit of time playing with ruby-processing (and processing in general) recently. It's also been my first exposure to JRuby which has been a bit of an eye-opener, in terms of the sheer number of Java libraries that it makes available in Ruby. All the fun stuff in processing seems to be OpenGL-related, and after a lot of research the easiest way to dig in ended up being the GLGraphics Java library, which was made specifically for use in processing. | |
| | | | |
www.yodaiken.com
|
|
| | | | | ||
| | | | |
8yd.no
|
|
| | | | | With e.target, this and a bit of CSS, we can cover several use cases where we need to both register a click, or event, on an element and then do something with the same element. Single button Let's... | |
| | | | |
benhoyt.com
|
|
| | | How I sped up GoAWK by switching from a tree-walking interpreter to a bytecode compiler and virtual machine interpreter. | ||