Is there any course on wxwidgets to get started?

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
rajhansarah
In need of some credit
In need of some credit
Posts: 1
Joined: Sat Jul 31, 2021 3:53 am

Is there any course on wxwidgets to get started?

Post by rajhansarah »

I want to learn wxWidgets and I searched for any course on wxWidget on internet but there are none. Can anyone tell me how to get started with WxWidgets? I am finding it difficult to follow...
User avatar
doublemax
Moderator
Moderator
Posts: 19103
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Is there any course on wxwidgets to get started?

Post by doublemax »

This is a good tutorial: https://zetcode.com/gui/wxwidgets/

If you search for "wxwidgets tutorial" on YouTube, you also find several videos. But i haven't watched any of them, so i can't recommend one.
Use the source, Luke!
iwbnwif
Super wx Problem Solver
Super wx Problem Solver
Posts: 282
Joined: Tue Mar 19, 2013 8:52 pm

Re: Is there any course on wxwidgets to get started?

Post by iwbnwif »

The following two videos were made a couple of years ago, but are still very relevant, especially if you are working on Windows and using Visual Studio:

https://www.youtube.com/watch?v=FOIbK4bJKS8

https://www.youtube.com/watch?v=FwUGeV2fnfM
wxWidgets 3.1.2, MinGW64 8.1.0, g++ 8.1.0, Ubuntu 19.04, Windows 10, CodeLite + wxCrafter
Some people, when confronted with a GUI problem, think "I know, I'll use Eclipse RCP". Now they have two problems.
Slyde
Earned some good credits
Earned some good credits
Posts: 130
Joined: Mon Apr 09, 2018 11:08 pm

Re: Is there any course on wxwidgets to get started?

Post by Slyde »

I'm a little late on this thread, but these videos are excellent for someone looking to get a good start with wxWidgets.
Linux Mint 21.3 | wxWidgets-3.2.4
Shadow20017
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Nov 03, 2021 4:36 am

Re: Is there any course on wxwidgets to get started?

Post by Shadow20017 »

Most of the tutorials on wxPython have gotten pretty old from what i've observed. Some of them dating back to 2007. Have there been any major syntax differences since then?

At any rate, here's one wxPython Tutorial Series which is alot newer: https://coderslegacy.com/wxpython-tutorial/
Post Reply