Added programs.

This commit is contained in:
Niels Serup
2012-06-30 02:08:49 +02:00
parent 5ff35968e0
commit 2e4c93b469
9 changed files with 77 additions and 7 deletions

View File

@@ -0,0 +1,27 @@
#+title: textmation
#&summary
An interpreter and renderer for a simple text-based animation language for
simple shapes.
#&
#+license: bysa
* textmation
textmation allows you to define an animation in pure text, and then render it.
It was developed fairly quickly and then not touched upon after it had been
used for its original purpose. The animation it was used for currently isn't
included.
The program is quite worthless as it is right now, because there's no
documentation for the format, and the interpreter also has easily-triggerable
bugs.
I haven't got around to specifying a license yet either.
In essence: I need to work on it.
But here it is (run the following in a terminal):
: $ git clone git://metanohi.name/textmation