Search:

Categories: Last topics:
Langtons Ant
posted on 2006.12.14 by otaco; Words: gfx, programming, director, lingo, video,

A implementation of the idea of Langtons Ant.

Langtons Ant (103 KB, shockwave)



Video_randomizer
posted on 2006.12.13 by otaco; Words: gfx, programming, director, lingo, video,

A little video randomizer I created month ago using the LOOP Framework.

Video Randomizer Demo (1.2 MB, shockwave)



Swing sphere
posted on 2006.01.29 by otaco; Words: gfx, programming, director, demo, lingo, swing_sphere,

Another little Demo based on a wave generator I wrote once. Click and drag the ring you see on the screen. Use the second mouse button to switch colors. There is a button to do some stuff too.

swing_sphere.htm ( 183 KB )


Lightweight Particles
posted on 2006.01.20 by otaco; Words: gfx, programming, director, demo, lingo,

Small but nice particle demo. First and second mousebutton generates forces. (Try to hold still the mouse on one position of the screen.)

collector_02.htm ( 30 KB )


LOOP 0.074 released
posted on 2006.01.13 by otaco; Words: news, programming, director, demo, lingo,

Loop or "Lingo layer for instant sprite creation" is a set of lingo scripts that make it easy to create and destroy sprite objects on the stage/score. Sprites with properties and script instances can easy be created with one single line:

LOOP_CREATE_SPRITE( (propertyList), (scriptList) )

All spritechannel management for finding a empty spritechannel is done by the LOOP system. For example: with a little repeat loop you can create as many sprites as you want as shown here: easySpriteCreation.txt

You can load the available empty LOOP *.dir file and start to write your own applications. LOOP is now official GPL software. Read the GPL for more informations. You can download the latest version of a clean loop director project here: Loop_0.074.rar

A function and variables reference of the older LOOP 0.07 you can get here: Loop_0.07_Reference.rar
Note that some functions and variables have new names.

Demo of massive sprite creation ( You will need the shockwave plugin):
Loop_0.02_mousesource.htm
Loop_0.71_heart.htm
Asteroids_0.03_loop_0.07.htm


Interference Pattern
posted on 2005.12.22 by otaco; Words: news, programming, director, demo, lingo,

This is a little demo I created out of my Interference c++ demo. You need a very fast cpu ( >1200 Mhz ) to run this smovely. The interesting part starts after apr. 500 frames... wait and watch.

Interference_0.02.htm (11kb)











Strange trails
posted on 2005.10.22 by otaco; Words: news, gfx, images, director, zaubertafel,

This image was created with a director demo using the trails function.