• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

c++_ext/H07-Apr-2017-4629

ch/H03-May-2022-4,8622,385

config/H07-Apr-2017-4,5483,696

docs/H03-May-2022-14,18512,667

java_ext/H07-Apr-2017-5,8272,518

macros/H03-May-2022-363336

perl_ext/H03-May-2022-9,2544,318

php_ext/H03-May-2022-8,0435,730

py_ext/H03-May-2022-19,12116,347

rb_ext/H07-Apr-2017-705540

src/H03-May-2022-34,63423,506

tcl_ext/H03-May-2022-6242

test/H03-May-2022-94,79176,030

util/H03-May-2022-25,96820,912

win32/H07-Apr-2017-738544

.gitignoreH A D07-Apr-2017260 2625

.travis.ymlH A D07-Apr-2017274 1310

AUTHORSH A D07-Apr-20171.8 KiB8155

HISTORYH A D07-Apr-20178.2 KiB299238

INSTALLH A D07-Apr-20172.1 KiB10462

LICENSEH A D07-Apr-201725.8 KiB505418

LICENSE_GPL2H A D07-Apr-201717.6 KiB341281

Makefile.amH A D03-May-20221.4 KiB7348

NEWSH A D07-Apr-20178.2 KiB231198

READMEH A D07-Apr-20171.3 KiB4126

README.mdH A D07-Apr-20171.3 KiB4126

RELEASEH A D07-Apr-2017185 65

TODOH A D07-Apr-20172.7 KiB9552

autogen.shH A D07-Apr-2017520 3222

configure.inH A D03-May-202212.9 KiB509429

ming.iH A D07-Apr-201732.7 KiB910592

ming.spec.inH A D07-Apr-20171.9 KiB7459

mingpp.hH A D07-Apr-201746.4 KiB1,8491,331

README

1
2MING THE MODULE
3
4[![Build Status](http://travis-ci.org/libming/libming.png)]
5(http://travis-ci.org/libming/libming)
6
7Last updated 09th January 2014.
8
9Ming is a Flash (SWF) output library.  It can be used from PHP, Perl,
10Ruby, Python, C, C++, Java, and probably more on the way.
11
12It comprises a lot of Flash functionality, including features of Flash 8.
13
14Specifically, it lets you create: shapes (including morphs), text, sprites
15(aka movie clips), buttons, and actions in flash movies, plus more.
16
17The goal for Ming is to abstract away all of the mundane specifics of the
18SWF file format.
19
20Ming also includes a PHP wrapper which wraps Ming objects in PHP objects.
21Pretty cool.
22
23The Python wrapper has been updated to mirror the functionality of the PHP
24interface, so you should be able to use the PHP documentation without
25getting terribly confused now.
26
27There's a Perl wrapper now, feedback about it (and enhancements) are most
28welcome.
29
30The C++ wrapper is just one big header file.  But it seems to work pretty
31well.  Check the examples directory.
32
33Ming is released under the LGPL. See file LICENSE for the gory details.
34The command-line actionscript compiler is released under the GPL. See
35file LICENSE_GPL2 for details.
36
37For installation instructions, see the INSTALL text file.
38
39The Ming Development Team
40http://www.libming.org
41

README.md

1
2MING THE MODULE
3
4[![Build Status](http://travis-ci.org/libming/libming.png)]
5(http://travis-ci.org/libming/libming)
6
7Last updated 09th January 2014.
8
9Ming is a Flash (SWF) output library.  It can be used from PHP, Perl,
10Ruby, Python, C, C++, Java, and probably more on the way.
11
12It comprises a lot of Flash functionality, including features of Flash 8.
13
14Specifically, it lets you create: shapes (including morphs), text, sprites
15(aka movie clips), buttons, and actions in flash movies, plus more.
16
17The goal for Ming is to abstract away all of the mundane specifics of the
18SWF file format.
19
20Ming also includes a PHP wrapper which wraps Ming objects in PHP objects.
21Pretty cool.
22
23The Python wrapper has been updated to mirror the functionality of the PHP
24interface, so you should be able to use the PHP documentation without
25getting terribly confused now.
26
27There's a Perl wrapper now, feedback about it (and enhancements) are most
28welcome.
29
30The C++ wrapper is just one big header file.  But it seems to work pretty
31well.  Check the examples directory.
32
33Ming is released under the LGPL. See file LICENSE for the gory details.
34The command-line actionscript compiler is released under the GPL. See
35file LICENSE_GPL2 for details.
36
37For installation instructions, see the INSTALL text file.
38
39The Ming Development Team
40http://www.libming.org
41