Simple DirectMedia Layer: Difference between revisions
Appearance
	
	
 Created page with "[https://www.libsdl.org/ Simple Directmedia Layer (SDL)] is a library to access audio, graphics, and controllers.<br> It can be used for developing games and graphics applications without a full-blown game engine like Unity.<br> The current version is SDL2.  ==Getting Started== ===Installation=== I suggest including SDL2 as a git submodule so you don't need to install it.   ==Resources== * [https://lazyfoo.net/tutorials/SDL/ Lazy Foo's Beginning Game Programming v2.0]"  | 
				m David moved page SDL to Simple DirectMedia Layer  | 
				
(No difference) 
 | |
Revision as of 17:45, 14 June 2022
Simple Directmedia Layer (SDL) is a library to access audio, graphics, and controllers.
It can be used for developing games and graphics applications without a full-blown game engine like Unity.
The current version is SDL2.
Getting Started
Installation
I suggest including SDL2 as a git submodule so you don't need to install it.