brender-3dmm/README.md

61 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2022-05-09 10:39:46 -05:00
# BRender-3DMM
2022-05-09 10:46:27 -05:00
The version of the Argonaut Blazing Render (BRender) library used in 3D Movie Maker.
When BRender was open sourced, it was assumed one of the versions released would match the one in 3D Movie Maker, or that 3D Movie Maker contained a with-source copy of the BRender SDK in the repo. This turned out not to be true, and so this is a release of the BRender library as originally used by 3D Movie Maker.
This version dates to approximately May 1995.
# Files
Only the fixed point z-buffer version is included, compiled for Microsoft Visual C++ 2.1.
## Approval to open source this software
Approval to open source this was given in an email from Jez San, former CEO of Argonaut.
## Credits
| Role | Name |
| ------------- | ------------- |
| Programming | `Sam Littlewood` `Dan Piponi` `Simon Everett` `Philip Pratt` |
| Ports | `Simon Everett` `Philip Pratt` `Patrick Buckland` `Zareh Johannes` `Anthony Savva` `Stainless Software Ltd` |
| Testing | `Philip Pratt` |
| Project Management | `Stefano Zammattio` |
| Technical Reference Manual | `Crosbie Fitch` `Philip Pratt` |
| Tutorial & Installation Guides | `Robbie McQuaid` |
| Marketing | `Paul Ayscough` `Mitra Faulkner` |
| Sales | `Edwin Masterson` |
| Artwork| `Michel Bowes` |
| Technical Support | `Neela Dass` `Tony Roberts` `John Gay` `Jon Wolff` |
| With Thanks to | `Pete Warnes` `Mike Day` `Tim Gummer` `Vinay Gupta` `Marcia Petterson` `Jez San` |
(From the 1996 Technical Reference Manual. More names will be added if they are uncovered)
The open sourcing of this version was done by Scott Hanselman and Foone Turing, with help from an anonymous contributor.
## License
This is released under the MIT license.
Copyright (c) 1998 Argonaut Software Limited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.