How to make GUI for simple C++ game on linux

Nov 26, 2018 at 7:24pm
I have an idea to program a bot to play an alteration of the snake game. The only piece of knowledge that I'm missing to make this happen is how to bring this simulation to life with a GUI.

So in C++, what is the simplest ways to build a GUI?

Target platform is Linux.
Nov 26, 2018 at 7:39pm
You need to work with a GUI providing library. There are some which are available at linux: Qt, SFML, SDL, etc.
Nov 26, 2018 at 8:03pm
Topic archived. No new replies allowed.