Go to file
Noah Metz eebe8f3ab0 in-progress allocator changes 2022-08-01 21:51:46 -04:00
android Cleaned up the materials and functions sitting in main.cpp 2022-05-19 19:39:49 -04:00
doc Cleaned up the materials and functions sitting in main.cpp 2022-05-19 19:39:49 -04:00
shaders Made textures arrays(need to implement UBO and allocator) 2022-07-04 23:26:41 -04:00
src in-progress allocator changes 2022-08-01 21:51:46 -04:00
tools Made textures arrays(need to implement UBO and allocator) 2022-07-04 23:26:41 -04:00
.gitignore Initial commit from updating https://github.com/IkeikeP/vulkan-hpp-triangle-android to newer SDK and gradle version 2022-05-07 04:52:43 -04:00
.gitmodules Added spng library and verified basic functionality of everything up to rendering 3d objects with a perspective and camera matrix 2022-05-19 14:30:01 -04:00
CMakeLists.txt Added spng library and verified basic functionality of everything up to rendering 3d objects with a perspective and camera matrix 2022-05-19 14:30:01 -04:00
README.md Finished moving engine to seperate library files, added them to the build, and added src to the include path 2022-05-07 21:30:15 -06:00

README.md

Setup steps for android:

  1. Download android-studio
  2. Run android-studio to download the SDKs and accept the licenses
  3. Set ANDROID_SDK_HOME to the SDK directory(/opt/android-sdk)
  4. Make sure java --version returns a jdk11 version
  5. Run gradlew assembleDebug