https://github.com/smoke-y/gstack
A stack for building games for WINDOWS, LINUX, and ANDROID
https://github.com/smoke-y/gstack
gamedev raylib
Last synced: 2 months ago
JSON representation
A stack for building games for WINDOWS, LINUX, and ANDROID
- Host: GitHub
- URL: https://github.com/smoke-y/gstack
- Owner: smoke-y
- Created: 2024-11-29T19:47:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:37:53.000Z (5 months ago)
- Last Synced: 2024-12-30T09:41:59.865Z (5 months ago)
- Topics: gamedev, raylib
- Language: C++
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
GSTACK
A stack for building games for WINDOWS, LINUX, and ANDROID----ANDROID----
Building for android sucks. It makes me paranoid android1) local.properties
ndk.dir = absolute_path_to_ndk
cmake.dir = absolute_path_to_CMake(this folder should contain "bin/" which should contain cmake and ninja)2) app/build.gradle
ndkVersion = "whatever_version_in_your_local_machine"