mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-14 07:43:36 +01:00
add SDL2 samples
This commit is contained in:
14
README.md
14
README.md
@@ -146,6 +146,20 @@ How to run (PowerShell + VS 2013):
|
||||
restore C++ REST SDK
|
||||
CTRL+F5 to run the project
|
||||
|
||||
Simple DirectMedia Layer 2
|
||||
--------------------------
|
||||
|
||||
SDL2 is multiplatform library suitable for developing applications like games.
|
||||
Example is based on SDL2.
|
||||
You can download version for Visual Studio at: http://libsdl.org/release/SDL2-devel-2.0.1-VC.zip
|
||||
This library is also available in all common Linux ditributions.
|
||||
|
||||
How to run (PowerShell + VS 2013):
|
||||
|
||||
cd sdl
|
||||
.\DownloadLibrary.ps1
|
||||
ii .\sdl2-sample.sln
|
||||
|
||||
node
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user