Search

Your search returned 4 results.

Tiled Texture Generator

This is a small project in Flash that can generate a massive variety of intricate textures. In my original implementation, I was adjust the gamma value by 0.1 on each button click, but I realized that even a change as small as 0.01 has a significant impact on the appearance of the texture.
View »

Flash Chaotic Fractals

This Flash-based fractal generator was my attempt to implement the typical fractal generator purely in Flash. Probably the biggest challenge that accompanies implementing a fractal generator in Flash is the fact that it takes so long to actual calculate the image. Flash isn't exactly the optimal environment to create fractals - why not just create it in Java (or even better, C++) and be done with it?
View »

Nth Bit Patterns

A simple pattern generating experiment involving bit checking.
View »

Snowflake System

A snowflake generator based on a random walk in polar coordinates (r, theta).
View »