johantino / Colline

Code for the AI system Colline , subreddit r/Colline
Other
9 stars 5 forks source link

Use standard library instead of MFC #8

Open s-martin opened 4 years ago

s-martin commented 4 years ago

Using Standard Library instead of MFC would make sense to make the project platform independent, see #7.

For GUI implementation, e.g. Qt could be used.

s-martin commented 4 years ago

For the moment MFC is used in the CMakeLists.txt, but this could be removed once the dependency on MFC is removed