https://github.com/lszl84/wx_animations_tutorial
Animations for desktop apps written in C++ with wxWidgets
https://github.com/lszl84/wx_animations_tutorial
cplusplus cpp desktop wxwidgets
Last synced: about 4 hours ago
JSON representation
Animations for desktop apps written in C++ with wxWidgets
- Host: GitHub
- URL: https://github.com/lszl84/wx_animations_tutorial
- Owner: lszl84
- License: mit
- Created: 2023-02-18T13:55:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T14:42:39.000Z (about 1 year ago)
- Last Synced: 2025-05-18T15:35:47.134Z (about 1 year ago)
- Topics: cplusplus, cpp, desktop, wxwidgets
- Language: C++
- Homepage: https://www.lukesdevtutorials.com
- Size: 4.41 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_animations_tutorial
Animations in wxWidgets using wxTimer. This project works on Windows, Mac and Linux.
Check the video tutorial for details: https://youtu.be/nuGpVppgV7c
Current main branch contains the Custom Control example: an image gallery with custom navigation buttons and smooth animations.

For the simple `wxPanel` animations with interpolation charts, check out the commit 6291e6c405008e72993927566c4deec52a0d232a
https://github.com/lszl84/wx_animations_tutorial/tree/6291e6c405008e72993927566c4deec52a0d232a

FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c
---
Check out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)
---