Browse thread
SwfLib Release
- Nicolas Cannasse
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Cannasse <warplayer@f...> |
| Subject: | SwfLib Release |
Hi list, I'm please to announce the first release of SwfLib, a pure OCaml library for parsing, manipulating, and writing SWF content. SWF is the file format used by Macromedia Flash Player and available on most users browsers. It contains a vector draw engine with bitmaps support and have a simple stack based virtual machine for a dynamic OO scripting language called ActionScript. SwfLib can both produce the graphics and the bytecode needed to build a SWF binary file. SWFLib source code is released under GPL, and is currently only available on CVS using the following CVSROOT : cvs -d :pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/swflib With empty password. Regards, Nicolas Cannasse www.motion-twin.com