Skip to content

lszl84/wx_drawing_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for details.

Video

Building

To build the project, use:

cmake -S. -Bbuild
cmake --build build

This will create a directory named build and create all build artifacts there. The main executable can be found in the build/subprojects/Build/wx_drawing_tutorial_core folder.

Reqiurements

If you don't have wxWidgets installed, the CMake script will download and build the dependencies automatically.

But if CMake script finds wxWidgets on your system, make sure it's at least version 3.1.0.


Check out the blog for more! www.lukesdevtutorials.com