An open API service indexing awesome lists of open source software.

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

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.

![image](https://github.com/DennisLiu1993/Slider_Motion_Simulation_MFC/blob/main/Slider.gif)