update BMP to proper format for SDL2

This commit is contained in:
Juraj Michalek
2014-04-20 20:01:33 +02:00
parent 03806794e0
commit 0c717dd105
2 changed files with 21 additions and 0 deletions

View File

@@ -180,6 +180,27 @@ Compiled binary will be stored in:
build/binaries/mainExecutable
Copy required resources/dll to mainExecutable by command:
gradle prepare
### 02-sdl2-video
Graphic initialization example for SDL2.
Initialize graphic interface, load BMP file and display it.
Commands (PowerShell):
gradle prepare mE
cd build\binaries\mainExecutable
.\main.exe
Commands (Shell):
gradle prepare mE
cd build/binaries/mainExecutable
./main
node
----

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB