cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How to make GUI for simple C++ game on l
How to make GUI for simple C++ game on linux
Nov 26, 2018 at 7:24pm UTC
oahz
(10)
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 UTC
nuderobmonkey
(640)
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 UTC
tpb
(1495)
SFML:
https://www.sfml-dev.org/learn.php
Topic archived. No new replies allowed.