Skip to content

sujoykroy/motion-picture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motion-picture

Motion-Picture is built to make 2D animation easily. Since Python is used to build this, it is extremely flexible to mould its future growth.

3D object can be imported into it. At present only "Collada" file format is supported to import 3D object. Only simple objects can be imported. Armature or complex texture is not handled.

Audio and Video files can also be imported into it.

Installation

Clone or Download the repository. Then from command line do as follows,

$ cd motion-picture-repo-path
$ cd editor/
$ sudo python setup.py install

Run

Try this from command line

$ cd motion-picture-repo-path
$ python example/simple.py

Dependencies

  • PyGObject
  • NumPy
  • MoviePy
  • PyAudio
  • pycollada

Python 2.7.3 is used to run these codes.

Run below if you find issue with installing PyAudio.

sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio

Help

About

2d Animation Editor/Framework in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published