"Overview
Muli3D is a platform-independent software rendering library, which implements
features of current-generation graphics cards. Clean code and functionality,
which exceeds features of current hardware in specific areas, make Muli3D well
suited for prototyping and research of new effects.
The library
Muli3D is written in C/C++. The SDK, which is available for download, comes
with documented source-code, an application framework and several samples which
present different aspects of Muli3D.
This library is released as free software under the terms of the GNU Lesser
General Public License."
- AmigaOS 4 sourcecodes and demo executables are included.
[Edit: The submitter asked to add this information:
"There is a bug in Application.cpp file, in the AmigaOS 4 specific destructor
code.
The screen closing should happen with:
"IP96->p96CloseScreen( m_pScreen );", not using the Intuition's CloseScreen()
call. Otherwise, memory leak happens."]
| |