This project is a fork of the
swf2.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/swf2.git/incarnation mirror_URL
to save bandwidth during cloning.
description | my hacks for sw2 |
owner | david@lichteblau.com |
last change | Thu, 25 Dec 2008 17:17:45 +0000 (25 11:17 -0600) |
URL | git://repo.or.cz/swf2/david.git |
| https://repo.or.cz/swf2/david.git |
push URL | ssh://repo.or.cz/swf2/david.git |
| https://repo.or.cz/swf2/david.git (learn more) |
bundle info | david.git downloadable bundles |
content tags
|
|
README
Proof of concept lisp->avm2 bytecode compiler
installation:
tell ASDF about the .asd files in the subdirs, then load avm2-lib.asd
(which should load the asm and compiler .asd automatically)
compile and load file/write.lisp
usage:
look at test/roots.lisp and test/test.lisp for examples
compiling either of those files should generate a working .swf file
in /tmp/ (change the path in the WITH-OPEN-FILE to change destination)