Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Searching for the right tool/tutorial

$
0
0
Hi I always wanted to program some small applications, but until now I have never done any graphical programming. I want to visualize simple things like cellular automatas. This means that I got a 2D array with only 0 and 1’s and I want to make a simple black(1) – white(0) picture that I can edit while my program is running. I’d use a vector<int> to store my data. I got no experience with Qt, but I have programmed in c++ since 2 years, mostly data processing. Can you tell me what tools to use or maybe a good tutorial that shows me the basics I need?

Viewing all articles
Browse latest Browse all 13965

Trending Articles