Just C++ - penrose tiling from python to C++ & Qt
New Just C++ episode, this time its about porting some python code to C++:
Just C++ - Penrose tiling from python to C++ & Qt
by Jens Weller
June 10, Rome, Italy
June 27-30, Folkestone, UK
July 17-19, Toronto, CA
August 5, virtual event
October 2-6, Aurora, Colorado, USA
By Meeting C++ | Oct 13, 2017 04:04 AM | Tags: qtdev qt python meetingcpp c++14 basics
New Just C++ episode, this time its about porting some python code to C++:
Just C++ - Penrose tiling from python to C++ & Qt
by Jens Weller
By Meeting C++ | Feb 18, 2016 07:51 AM | Tags: qtdev intermediate basics advanced
A follow up on an older Blog post of mine:
Revisiting QWidgets & data, refactoring and performance
by Jens Weller
From the article:
My CMS project has grown quite a bit, and there are a few places where I think I should refactor the code. One of the larger ones is that TreeItem::get<T> returns a pointer instead of a reference. Another one is related to how the Qt UI application is acting when opening a new panel in the TabControl. There used to be a noticeable delay...
By Meeting C++ | Feb 3, 2016 07:49 AM | Tags: qtdev qt intermediate c++11 basics
A new video from Meeting C++ 2015
Effective Qt
Marc Mutz