28 lines
743 B
Org Mode
28 lines
743 B
Org Mode
#+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
|
|
|