Introduction
This article explains implementation details of PicZoom application [A photo viewer with some functionalities are similar to the Picasa Photo Viewer]. PicZoom is an MFC Dialog based application, and OpenGL is used for drawing. Shader programs are not used for display, and therefore I hope PicZoom will run without a high-end graphics card.
Background
After using Picasa Photo Viewer, I felt most of the functionalities are amazing, and possible to implement with OpenGL. That forced me to create an application, which should behave like Picasa Photo Viewer.
Read more: Codeproject
This article explains implementation details of PicZoom application [A photo viewer with some functionalities are similar to the Picasa Photo Viewer]. PicZoom is an MFC Dialog based application, and OpenGL is used for drawing. Shader programs are not used for display, and therefore I hope PicZoom will run without a high-end graphics card.
Background
After using Picasa Photo Viewer, I felt most of the functionalities are amazing, and possible to implement with OpenGL. That forced me to create an application, which should behave like Picasa Photo Viewer.
Read more: Codeproject