Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make project template

to compile:

rm -rf build
make clean

Recompile the app bundle and installer

bear --use-cc /usr/bin/clang --use-c++ /usr/bin/clang++ -- make dmg

clear macos ui cache db

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f build/VulkanApp.app

compile to android app

bear -- make android-apk

install to android device

adb install -r build/android/app/build/outputs/apk/debug/app-debug.apk

to watch log in terminal

adb logcat | grep -E "SDL|AndroidRuntime|libengine"
adb logcat -s SDL,AndroidRuntime,Engine

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages