For use SDL3 and Assimp:
git submodule init
git submodule updateFor debug:
cmake --preset CMakePresets.json --preset=ninja-debugFor release:
cmake --preset CMakePresets.json --preset=ninja-releaseFor build for Windows from Linux:
cmake --preset CMakePresets.json --preset=ninja-windows-releaseFor compilation for android use Android Studio from folder "android-project".
On PC use WASD for moving, and left, right and down arrows for rotating.
On Android use buttons.
Also you can rotate camera with holding LBM on PC or swipe on Android.