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

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

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.

![Rectangles](/windows.png)

For the simple `wxPanel` animations with interpolation charts, check out the commit 6291e6c405008e72993927566c4deec52a0d232a

https://github.com/lszl84/wx_animations_tutorial/tree/6291e6c405008e72993927566c4deec52a0d232a

![Rectangles](/macpanel.png)

FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c

---
Check out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)
---