SDL-Game-Project is my personal repository that I use while learning Game Development with SDL 2.0. The Code and other source files are part of the development series that I am following from "SDL Game Development" book by Shaun Michelle
If you are in SRM-OSC group, you might want to check this out
https://pastebin.com/YUxN9eiQ
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
More information at
Official website for SDL
https://www.libsdl.org
Wikipedia Link
https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
The project is in Beta version
This program requires SDL2 with SDL_image and SDL_mixer Also it requires a good C++ IDE
https://www.libsdl.org/download-2.0.php
Note : SDL_mixer and SDL_image needs to be downloaded separately
SDL_mixer
https://www.libsdl.org/projects/SDL_mixer
SDL_image
https://www.libsdl.org/projects/SDL_image
This project can be cloned from this link
https://github.com/shashank9830/SDL-Game-Project
Requires Visual Studio to open the .sln file
Microsoft Visual Studio Community 2017
https://www.visualstudio.com/downloads/
- Shashank Singh - Initial work - shashank9830
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to PurpleBooth for the README-Template.