https://github.com/dennisliu1993/slider_motion_simulation_mfc
Implementing animation of mechanical structure using MFC and DC class
https://github.com/dennisliu1993/slider_motion_simulation_mfc
gdi gui-design mfc motion simulation timer
Last synced: about 2 months ago
JSON representation
Implementing animation of mechanical structure using MFC and DC class
- Host: GitHub
- URL: https://github.com/dennisliu1993/slider_motion_simulation_mfc
- Owner: DennisLiu1993
- Created: 2022-08-12T11:05:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T04:41:04.000Z (almost 4 years ago)
- Last Synced: 2025-06-26T15:51:07.172Z (12 months ago)
- Topics: gdi, gui-design, mfc, motion, simulation, timer
- Language: C++
- Homepage:
- Size: 3.29 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A project to demonstrate the concept of CPaintDC and timer in MFC, and flexibly utilize it to simulate the motion of crank-slider.
In this project, users can set parameters, such as rod length, initial distance of crank from the origin, angle acceleration, etc.,
to show motion in different situation.
Also, user are allowed to stop the motion at any moment.
