微软开源的 3D Movie Maker

 

微软应网友的建议,开源了 3D Movie Maker。3D Movie Maker 是微软在 1995 年发布的计算机程序,旨在帮助孩子们学习 3D 动画的基础知识(同时展示 Windows 95 的图形功能),用户可以将 3D 人物和道具放置在预渲染环境,添加动作、声效、音乐、文字、语音和特效去制作电影。

3D Movie Maker在MIT许可下开源,已发布在Github上。3D Movie Maker制作的视频,可以在预渲染场景中放置 40 个不同的角色,为他们分配各种动作,添加对象和音频效果,甚至使用麦克风录制自定义画外音。制作的动画现在看来显得粗糙,只有 6 FPS 的 3D 电影。不过微软非常鼓励爱好者维护和发展这款经典软件。

https://github.com/microsoft/Microsoft-3D-Movie-Maker

----------------------------------------------

This is the source code for the original Microsoft 3D Movie Maker released in 1995.

Building instructions

This project is unlikely to build successfully under modern hardware/software, but you can get started with compilation and get partial completed binaries. Here's what will get you going. Thanks to Mac Sample for their work on getting this far!

  • Make sure this repo is checked out to a folder with a short name, ideally right on the root of a drive (i.e. C:\3d).
  • You will need Visual C++ 2.0's dev tools (located under MSVC20\BIN on its installer disk) on your path. Modern compilers dislike some of the pre C++98 conventions.
  • From the root of this repo, run setvars.bat you can change the values in this script to change what your build will target.
  • Locate and place font files (see FONTS.md)
  • Run nmake and you'll begin building 3d Movie Maker.

from 

https://github.com/microsoft/Microsoft-3D-Movie-Maker