ClaudiusMaximus' 2006-02-27

Day

2006-02-27 16:12 Fluxus

I've been meaning to try Fluxus for some time, and finally got around to it at the weekend. I initially jumped in at the deep end, trying to implement hypercube rendering, but I quickly realized I need to learn more about Scheme/Guile/OpenGL/Fluxus before I would be able to achieve it.

The first non-trivial thingy I made was a Menger Sponge:

Menger Sponge M4

Menger code )

I couldn't go any higher than (build-sponge 4 build-cube) without running out of memory.

After that, I made a randomized tree thing, with the general idea that the cross-sectional area of the forked branches totals the area of the trunk branch at each division:

RTree code )

And I also had some fun with the turtle builder, making Koch curves:

Koch curves

Koch code )
at Tnow, Mood == optimistic
at Tnow, Music == an mp3 that has been recompressed 666 times
- Comment