How to Add Graphics and Sound to a C++ Console Application | CultGame Devlog 3
Bucephalus Studios
===CHAPTERS=== 0:00 Intro 1:20 What can you use for graphics and sounds in a C++ console app? 1:33 Graphics (curses) 6:03 Sound (SDL) 8:25 Outro
===LINKS=== CultGame and Bucephalus Studios links: https://linktr.ee/bucephalus_studios
NOTE: Windows users should look to use 'pdcurses' while Linux and Mac users should look to use 'ncurses'.
Curses setup guides: Windows: https://pdcurses.org/docs/ Linux: https://ostechnix.com/how-to-install-ncurses-library-in-linux/ (Still looking for Mac guide, please comment one!)
Curses C++ Tutorials: https://www.youtube.com/playlist?list=PL2U2TQ__OrQ8jTf0_noNKtHMuYlyxQl4v https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
SDL and SDL Mixer setup: https://lazyfoo.net/tutorials/SDL/01_hello_SDL/index.php
SDL Mixer Tutorial: https://lazyfoo.net/tutorials/SDL/21_sound_effects_and_music/index.php
C++ Thread documentation: https://en.cppreference.com/w/cpp/thread/thread
Resources used:
Matrix animation video: https://www.youtube.com/watch?v=rm4X85N7ywg
CURSES RPG gameplay video: https://www.youtube.com/watch?v=nrpS5kXFL7E&ab_channel=SilentSouls
The Battle For Wesnoth gameplay video: https://www.youtube.com/watch?v=v3gtIJwSh_o
"Airship Serenity" and "Chipper Doodle" Kevin MacLeod (incompetech.com) Licensed under Creative Commons: By Attribution 4.0 License http://creativecommons.org/licenses/by/4.0/ ... https://www.youtube.com/watch?v=ka_Syrt9Le8
75410263 Bytes