C++Tutorial for Beginners 58 - Aquiring Simple Direct Media Layer

  • 7 years ago
Get complete courses at \r
To develop our particle simulation, well be using one of the many popular free C++ media/games frameworks. SDL (Simple DirectMedia Layer) doesnt offer many special facilities in the way of game programming, but it has the advantage of having been stable on many platforms for a long time. SDL allows you to work with graphics and the keyboard, which well be using to develop our particle simulation; it also lets you use sound if you want to. I love it.

Recommended