Go to file
Scott Hanselman 104b2653e6
Update README.md
2022-05-03 21:12:08 -07:00
.notes commit message 2022-05-03 16:31:19 -07:00
.vscode commit message 2022-05-03 16:31:19 -07:00
BREN commit message 2022-05-03 16:31:19 -07:00
IMG commit message 2022-05-03 16:31:19 -07:00
INC commit message 2022-05-03 16:31:19 -07:00
OBJ commit message 2022-05-03 16:31:19 -07:00
SETUP commit message 2022-05-03 16:31:19 -07:00
SRC commit message 2022-05-03 16:31:19 -07:00
TOOLS commit message 2022-05-03 16:31:19 -07:00
cd2 commit message 2022-05-03 16:31:19 -07:00
cd3 commit message 2022-05-03 16:31:19 -07:00
cd9 commit message 2022-05-03 16:31:19 -07:00
cd12 commit message 2022-05-03 16:31:19 -07:00
kauai commit message 2022-05-03 16:31:19 -07:00
.gitignore commit message 2022-05-03 16:31:19 -07:00
CODE_OF_CONDUCT.md commit message 2022-05-03 16:31:19 -07:00
FILETREE.TXT commit message 2022-05-03 16:31:19 -07:00
FONTS.md commit message 2022-05-03 16:31:19 -07:00
LICENSE commit message 2022-05-03 16:31:19 -07:00
MAKEFILE commit message 2022-05-03 16:31:19 -07:00
MAKEFILE.KMK commit message 2022-05-03 16:31:19 -07:00
MAKEFILE.RUL commit message 2022-05-03 16:31:19 -07:00
NEWTRD.TXT commit message 2022-05-03 16:31:19 -07:00
README.md Update README.md 2022-05-03 21:12:08 -07:00
SECURITY.md commit message 2022-05-03 16:31:19 -07:00
SUPPORT.md commit message 2022-05-03 16:31:19 -07:00
TRD.TXT commit message 2022-05-03 16:31:19 -07:00
setvars.bat commit message 2022-05-03 16:31:19 -07:00

README.md

Microsoft 3D Movie Maker

Released in 1995, this is the original source code to the Microsoft 3D Movie Maker project, now released under the MIT license as open source.

3D Movie Maker

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.

Contributing

The source files in this repo are for historical reference and will be kept static, and this repository will be archived. Feel free to fork this repo and experiment.

Code cleanup

This code was restored from the Microsoft corporate archives and cleared for release.

  • Developer names and aliases were removed, with the exception of current employees who worked on the original release who consented to keeping their names in place
  • The archive consisted of several CDs, some of which were for alternate builds or products, and have been excluded
  • The code does not build with today's engineering tools, and is released as-is.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

This repo includes a build from 1995 of BRender from Argonaut software. Approval to open source BRender as MIT was given in an email from Jez San, former CEO of Argonaut. Other versions of BRender exist at https://github.com/foone/BRender-v1.3.2 and https://github.com/foone/BRender-1997 Thanks to Jez and the whole BRender team for their hard work on this amazing engine. A full historical list of BRender contributors is available at https://github.com/foone/BRender-v1.3.2/blob/main/README.md

This repo does NOT include the SoftImage SDK "./DKIT" from 1992.

Jez also offered this interesting BRender anecdote in an email:

When Sam Littlewood designed BRender, he didnt write the code. And then document it.  
The way most things were built at the time.
First, he wrote the manual.  The full documentation
That served as the spec.  Then the coding started.