lethiandev / godot-cpp-cmake

CMake scripts to build cross-platform GDNative C++ bindings
MIT License
23 stars 4 forks source link

is there have an android project for test/? #1

Closed jaccen closed 4 years ago

jaccen commented 5 years ago

is there have a android project for test/?

lethiandev commented 5 years ago

Hello, I'm developing those CMake scripts mainly for my own projects so there is no examples at all, but as an example for Android build, you can check one of my Godot's project also located on github: https://github.com/lethiandev/battle-tanks/tree/master/native

jaccen commented 5 years ago

this project ,i found not an Android project, how can modify on android ? only add the source and lib in an Android project ?

lethiandev commented 5 years ago

Actually, BattleTanks is a cross-platform project, that works on Windows, Linux, Android and Emscripten (HTML5) too. Sorry, but i don't have any clean, simple and Android's platform only oriented example. But you can copy-paste some files from the project and modify them as for your needs.