You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This is a simple bootstrap project to start using SDL in Android and iOS with CM
4
4
5
5
The project's source code is split into different files to show how CMake can help support more complex code base structures.
6
6
7
+
See a full OpenGL/SDL2 project using this hello world here https://github.com/pvallet/gourdin
8
+
7
9
## Android
8
10
This project is an update of the hello world project here https://github.com/stephen47/android-sdl2-gradle-template, as I couldn't find a good way to integrate a CMake built C++ project to an android application.
9
11
It features a sample hello world using SDL and SDL_image.
0 commit comments