Animation production system

Whatever...

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
Rasheed
Posts: 2008
Joined: Tue May 17, 2005 8:30 am
Location: The Netherlands

Animation production system

Post by Rasheed »

I was just thinking what would one need to create an online collaborative animation system. With that I mean that several artists work on an animation project through the Internet. I really couldn't find a solution by Googling (other than proprietary solutions, done by studios themselves).

Some ideas that I have for such a system is:
  • security (https, password protection)
  • platform independent (web application)
  • version control (to handle concurrent versions of the same document)
  • display and retrieval (some kind of content management system)
I wonder if such a system could be built on a secure server, using drupal as the CMS, and bazaar as the VCS (meaning that you don't have to be online to commit your own versions).

Do you know of any such distributed animation production systems, or have any ideas how to build one from open source software?
Post Reply