#define THE_TITLE Various stuff I've written #include "head.html.inc" #include "body_begin.html.inc" #include "stuff.html.toc"
This tool -- written in FreeBASIC -- creates more or less beautiful "landscapes", and optionally saves them in files.
Change the defines and constants to your needs. Or you just comment in the example values in the head of the file.
A small thumbnail:
If you'd like to see how it looks like in full size, see the examples page.
You can download the code here
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 :)).
For larger pictures, see the examples.
A tool I wrote and used to create the vector font for my AVR tetris.
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 ;).
#include "body_end.html.inc"