ilqgames icon indicating copy to clipboard operation
ilqgames copied to clipboard

Create a generic GUI helper that absorbs most of the content in all the main functions

Open dfridovi opened this issue 4 years ago • 1 comments

Ideally, the user should only have to write a very simple/short main.cpp.

dfridovi avatar Sep 22 '20 17:09 dfridovi

@chihyuanchiu This would be a really nice "warmup" GUI task - basically the idea would be to factor as much of the code in any example's main.cpp into a separate function implemented in some other .cpp file which could be just called from main.cpp so that it gets much simpler and shorter and easy to parse.

dfridovi avatar Dec 21 '20 17:12 dfridovi