# wx_drawing_tutorial **Repository Path**: wydev/wx_drawing_tutorial ## Basic Information - **Project Name**: wx_drawing_tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wxWidgets Custom Controls & Drawing Tutorial Building custom controls in wxWidgets, drawing on canvas and using affine transforms to rotate, scale and move objects. Mouse interactions, custom events and much more! See the [video tutorial](https://www.youtube.com/watch?v=sCTaMkbnup0) for details. # Reqiurements This requires wxWidgets version 3.1.0. If you use pre-installed wxWidgets on Linux, ensure the version is at least 3.1.0 or use automatic wxWidgets download and compilation feature from the CMake script in this repo. --- Check out the blog for more! [www.justdevtutorials.com](https://www.justdevtutorials.com) ---