SudoQ
-
wrote on 17 Aug 2010, 22:46 last edited by
So, I built this yawn "Sudoku":http://code.google.com/p/sudoq/ application. Mostly, the goal was to design a solver that used OpenMP parallelism. As the project got further along, however, building the front-end using Qt's Model/View paradigm got to be a great exercise for this application. Please make comments and suggestions!
-
wrote on 20 Aug 2010, 09:53 last edited by
looks neat
-
wrote on 30 Aug 2010, 21:50 last edited by
Very good use of subtle colors. Why are numbers not in the center of cells? It'd look better IMO.
-
wrote on 31 Aug 2010, 21:43 last edited by
@warjan
I guess I just never bothered to align the cells to the center. should be an easy enough fix. Thanks for checking it out! By the way, if you have a multi-core machine, it is fun to create a 25x25 puzzle, click solve, and watch the CPU usage hit the roof. On my dual quad-core machine a 25x25 takes about 30 seconds on average. I wouldn't recommend this if you have only a single single-core CPU! -
wrote on 1 Sept 2010, 08:29 last edited by
I like the way our conversation is going. You're developer, I am designer. And it shows. Keep up the good work!
-
wrote on 1 Sept 2010, 17:43 last edited by
Thanks! And, yes, I am a developer primarily. I appreciate input from designers, however, because sometimes developers build GUI frontends that reflect the nature of the solution algorithm. That's often not intuitive for users.
-
wrote on 1 Sept 2010, 18:19 last edited by
Your .pro-file triggered some interesting messages when building with MSVC. I had not seen those before.
Thanks, those warnings and errors are now properly parsed by Qt Creator in master:-)
-
wrote on 2 Sept 2010, 17:32 last edited by
What errors did it trigger?
-
wrote on 3 Sept 2010, 09:13 last edited by
Mostly command line arguments that are not compatible with MSVC and there is some problem with an empty LIBPATH which break the build on MSVC/windows.
I have not investigated the causes of those messages, since I got distracted into fixing Qt Creator to properly parse those messages;-)
-
wrote on 25 Mar 2011, 11:54 last edited by
Hi!
Cool project! Have you considered applying to the Qt Ambassador Program?
You can read more about it here: http://qt.nokia.com/qtambassador