https://github.com/dennisliu1993/walking-man
Walking Man Simulation
https://github.com/dennisliu1993/walking-man
animation cplusplus funnycppproject greeman mfc trafficlight-visualization walkingman
Last synced: 9 months ago
JSON representation
Walking Man Simulation
- Host: GitHub
- URL: https://github.com/dennisliu1993/walking-man
- Owner: DennisLiu1993
- Created: 2022-09-02T08:18:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T10:14:28.000Z (almost 4 years ago)
- Last Synced: 2025-06-26T15:51:25.765Z (about 1 year ago)
- Topics: animation, cplusplus, funnycppproject, greeman, mfc, trafficlight-visualization, walkingman
- Language: C++
- Homepage:
- Size: 640 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Walking-Man Simulation # 小綠人
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.
# Demo Gif

# Steps to build this project
1. Download Visual Studio 2017 or newer versions
2. Check on the option of "x86 and x64 version of C++ MFC"
3. Install
4. Open WalkingMan.vcxproj with Visual Studio 2017
5. Update if it needs
6. Compile and execute
# Extension
You can modify the content and number of 2d matrixes (g_b%d, NUM_SUBPAGE) so as to make the animation more sophisticated