javascript

Itsy Examples

Click on the canvases to start + stop each particle emitter. You should probably stop each particle emitter rather than running all three at once. 🙂 new thegoldenmule.particle.ParticleEmitter([ new thegoldenmule.particle.Acceleration(0, -0.09), new thegoldenmule.particle.Velocity(3 * Math.PI / 4, 5 * Math.PI / 4, 1, 1), new thegoldenmule.particle.Position(0, 0, 10), new thegoldenmule.particle.Lifetime(1000, 2000), new thegoldenmule.particle.EmissionRateFade(50, 0, 100), […]

More

On the yumminess of NSSet and her applications to javascript

NSSet and her sexy daughter, NSMutableSet are officially my two favorite Cocoa classes. They have reached previously unmeasured levels of exquisitude. Sure, they have their faults, like being finite (I was hoping to prove the continuum hypothesis with NSSet–that’s a math joke), but what they lack in nonsensical mathematical jargon, they make up for in usefulitude. Enter Javascript. […]

More