https://github.com/jqntn/raylib-android
raylib native android project template
https://github.com/jqntn/raylib-android
android c cpp native raylib
Last synced: about 2 months ago
JSON representation
raylib native android project template
- Host: GitHub
- URL: https://github.com/jqntn/raylib-android
- Owner: jqntn
- License: mit
- Created: 2024-10-27T13:34:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:06:16.000Z (over 1 year ago)
- Last Synced: 2025-02-28T18:47:03.309Z (over 1 year ago)
- Topics: android, c, cpp, native, raylib
- Language: Makefile
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raylib-android
### Desktop
```cmd
> cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
> cmake --build build --config Release
```
### Android (from Windows)
* Latest OpenJDK 21 LTS from Microsoft at `C:\open-jdk`
* Latest Android NDK LTS at `C:\android-ndk`
* Android SDK at `C:\android-sdk` (`build-tools;35.0.0`, `platforms;android-34`, `platform-tools`)
* _or just run `get-android-tools.bat`_
```cmd
> make
```