Using MFC and its derived class -- CLight -- to simulate the animation of walking man alongside streets.
The project demonstrates the concept of building C++ class, DC painting, drawing timing, 2D/3D matrix, and Timer.
- Download Visual Studio 2017 or newer versions
- Check on the option of "x86 and x64 version of C++ MFC"
- Install
- Open WalkingMan.vcxproj with Visual Studio 2017
- Update if it needs
- Compile and execute
You can modify the content and number of 2d matrixes (g_b%d, NUM_SUBPAGE) so as to make the animation more sophisticated