Author Archives: hyperandroid

Dinamically Proxying objects and Wrapping functions.

It’s been some time ago since I needed some mechanism to make debugging in CAAT and other javascript projects I’m working on easier. I’ve an strong Java background and I’m used to dynamically proxying most of my core objects, mainly … Continue reading

Posted in Sin categoría | Leave a comment

Fishpond

The fishpond is a CAAT based experiments. It is a test of building procedurally generated content, in this case fish. Each fish is composed of 4 bezier curves, 2 cubic curves to make the body, and 2 quadric curves to … Continue reading

Posted in CAAT, canvas | 1 Comment

CAAT’s WebGL implementation notes.

It’s been some time since I’ve coding to provide CAAT with transparent seamless WebGL integration. A 2D rendering engine is not one of the best scenarios for 3D acceleration, and here I’m showing some techniques I must have had to … Continue reading

Posted in Sin categoría | 1 Comment

HTML5 Audio – Implementation notes.

Recently i’ve been messing around with the idea of adding sound capabilities to CAAT. The idea is pretty straightforward, play a sound at any given time, or simply have a looping audio channel playing forever. Here are some lessons i’ve … Continue reading

Posted in CAAT, html5, Javascript | 3 Comments

Generating documentation. JSDoc toolkit.

For some time now, I’ve been watching for the possibility of generating CAAT’s documentation automatically, but been unable to. It’s not been until today, that after some deeply look at my own code and some tweaks that i’ve produced CAAT’s … Continue reading

Posted in Sin categoría | Leave a comment

CAAT – Tutorial 5, Paths

Refer to the new tutorials and demos page too: CAAT tutorials and demos.

Posted in Sin categoría | 5 Comments

CAAT – Tutorial 4, Interpolators

Refer to the new tutorials and demos page too: CAAT tutorials and demos.

Posted in Sin categoría | Comentarios desactivados

CAAT – Tutorial 3, Actors

Refer to the new tutorials and demos page too: CAAT tutorials and demos.

Posted in CAAT, CAAT-Tutorial, canvas, Javascript | Leave a comment

CAAT – Tutorial 2, Behaviors

Refer to the new tutorials and demos page too: CAAT tutorials and demos.

Posted in CAAT, CAAT-Tutorial | 4 Comments

CAAT – Tutorial 1, Getting started.

Refer to the new tutorials and demos page: CAAT tutorials and demos.

Posted in CAAT, CAAT-Tutorial | 2 Comments