Various stuff I've written

Various stuff I've written

I've found the tools and programs on this page somewhere on my harddisk; I've written them some time ago, they're nothing special, they do not even deserve their own page (which is why they ended up here), but I did not want to throw them away either :).

Landscape generator

Description

This tool -- written in FreeBASIC -- creates more or less beautiful "landscapes", and optionally saves them in files.

Configuration

Change the defines and constants to your needs. Or you just comment in the example values in the head of the file.

Examples

A small thumbnail:

If you'd like to see how it looks like in full size, see the examples page.

Download

You can download the code here

A stone wall generator

Description

Another graphics generator written in FreeBASIC; this one creates stone walls, made up from lots of gray stone bricks. It has no save function, though this is trivial to add (copy-and-paste from the landscape generator, that is :)).

Configuration
At the top of the source code, there are some constants in the configuration section which you can vary. You can set up the size of the wall (in pixels), the size of the individual bricks, and the amount of "noise" that's applied to the bricks' boundaries.

Examples

For larger pictures, see the examples.

AVR-Tetris character generator

Description

A tool I wrote and used to create the vector font for my AVR tetris.

Download

The source for the vector font generator tool is here, the tool to create the indexes is here. Don't ask me how to use them, I have no idea ;).