![]() |
Quantum Viewer is a small ray tracer for Windows 95 that renders 3-D images of hydrogenoid orbitals in a variety of ways. It is no longer mantained, but you can download it freely. Images can be exported as BMP, TGA and PNG files. A complete help system is provided. Algorithms Used in the ProgramThe program uses three different algorithms to render the orbitals:
The program was written using Microsoft Visual C++ 6.0 and MFC. Full commented source and documentation are included (all in english). There is also a PDF file explaining the algorithms used in the program. Since Windows programming is not my current interest, I decided to drop off the development of this program. If you want to improve it and need some help, I could try to explain you the code. But please be aware that I have not worked on this project in the last two years, and I could be not perfectly aware of what I did and how. DownloadDownload the program by selecting these links. To download these files from an UNIX terminal, you can also write: $ wget "http://www.oocities.org/zio_tom78/downloads/quantum-viewer-disk1.zip" $ wget "http://www.oocities.org/zio_tom78/downloads/quantum-viewer-disk2.zip" To install it, decompress the two zip files in a temporary directory, then run the SETUP.EXE file. You can also decompress each ZIP file in a 1.44MB empty floppy and then run the installation program from there. The source code is included in the installation only if you select "Full installation" from the setup program. When the installation is done, the sources are in the SOURCES.ZIP file. |