-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme with some background information.
- Loading branch information
1 parent
2b2de18
commit 0feb969
Showing
1 changed file
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,27 @@ | ||
3dmm-pencil-2 | ||
============= | ||
|
||
3DMM Pencil++ 2 | ||
=============== | ||
**3DMM Pencil++** is versatile (although somewhat esoteric) utility for examining and editing data files from the 1995 Microsoft Kids software title [3D Movie Maker](http://en.wikipedia.org/wiki/3D_Movie_Maker) (3DMM). The utility allows users to expand 3DMM by creating their own or editing existing movie elements. It is also useful for extracting music, sounds, textures, images, video frames, 3D models, and more. | ||
|
||
**3DMM Pencil++ 2** was to be a complete rewrite of 3DMM Pencil++ with features such as: | ||
- Resizable Window | ||
- Copying and Pasting Quads | ||
- View/Edit Plugin and Hex View Visible from Main Window | ||
- Smarter Reference Tracking | ||
- Faster Performance | ||
- Macros | ||
- And More? (It's been awhile...) | ||
|
||
Some of those features were finished, but many of them were not. It was left to the vultures after I, Frank Weindel, went off to college in 2006. I'm posting it here for anyone who wants to peek at it and maybe tinker with it. These days, thanks to Github and other repo services, its so much easier to get people together to collaborate on software. | ||
|
||
The code has been fixed up a bit and it should compile out of the box with *Visual Studio 2010*. It also seems to compile great in *VS 2013 Express*, however you'd be missing a resource editor. | ||
|
||
Todo | ||
---- | ||
- Gather plugin code and add it to the solution. | ||
- Fix up 3DMM Pencil++ (prequel to this) source code and post it to github. | ||
|
||
History | ||
------- | ||
Coming soon | ||
### Timeline ### | ||
- December 7th 2002: First beta of **3DMM Pencil** (written in Visual Basic 6) released. |