MSX Viewer project aims at re-creating MSX Viewer 4 as free software, under GNU-GPL license.
Tools used
- Qt 3.x from Trolltech - http://qt.io.
- Gcc compiler for Linux.
- MingW compiler for Windows.
Project model
The project is based on the concept of Object Orientation, resulting on more flexibility and code understanding and allowing a nice comprehention from those who are interested on collaborate with the project or simply learn the concepts behind the program.
The interface is being built using Qt 3 development suite.