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
Raymob is a simple implementation of [raylib](https://www.raylib.com/) for Android.
5
+
raymob is a simple implementation of [raylib](https://www.raylib.com/) for Android.
6
6
7
7
## Prerequisites
8
8
@@ -19,7 +19,7 @@ If you already have this version of SDK and NDK without having Android Studio, y
19
19
20
20
## Compatibility
21
21
22
-
By default, the Raymob template targets APIs 24 to 33, which corresponds from Android 7.0 to Android 13 (_so 96.2% of devices according to [apilevels.com](https://apilevels.com/)_). You can also adapt it to target other API versions if necessary.
22
+
By default, the raymob template targets APIs 24 to 33, which corresponds from Android 7.0 to Android 13 (_so 96.2% of devices according to [apilevels.com](https://apilevels.com/)_). You can also adapt it to target other API versions if necessary.
23
23
24
24
This project is fully C/C++ compatible for the logical part with raylib and you can also customize the Java part to your wishes.
25
25
@@ -31,12 +31,12 @@ These new functions also simplify the process of calling static and non-static p
31
31
32
32
## Useful Links
33
33
34
-
-[AdMob Integration in Raymob](https://gist.github.com/Bigfoot71/b3a658458ece93ddcb06f4c78f85076a): Gist demonstrating the integration of AdMob in Raymob.
34
+
-[AdMob Integration in raymob](https://gist.github.com/Bigfoot71/b3a658458ece93ddcb06f4c78f85076a): Gist demonstrating the integration of AdMob in raymob.
35
35
36
36
## Contributions
37
37
38
-
If you believe that your repositories or gists related to Raymob can be beneficial to others, please feel free to reach out to me or open a pull request to have them added here.
39
-
I welcome contributions and collaborations to enhance the Raymob project and make it more valuable for the community.
38
+
If you believe that your repositories or gists related to raymob can be beneficial to others, please feel free to reach out to me or open a pull request to have them added here.
39
+
I welcome contributions and collaborations to enhance the raymob project and make it more valuable for the community.
40
40
41
41
You can also contribute to the project by reporting issues, suggesting improvements, or helping to document the project. Your input is highly appreciated!
0 commit comments