C++ Drawing Application is a desktop drawing application that turns a blank canvas into your playground. Draw freehand with the pen tool, stamp out circles, rectangles, and rounded rectangles, or sketch straight lines — all with just a few clicks. Colour-changing buttons and adjustable pen thickness keep the toolbox flexible, whether you’re doodling, diagramming, or building something more precise.
The app also makes it easy to keep and share your work: export the canvas to a PNG with a transparent background, or save it to a .drw file — a compressed archive of an XML document that stores every object’s data — so you can reopen it later and load your shapes back onto the canvas exactly as you left them.
Tech Stack
- C++ – core application logic and graphics rendering.
- wxWidgets – cross-platform UI framework powering the interface.
- Visual Studio – the IDE used to build and run the project.