An open API service indexing awesome lists of open source software.

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

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
```