An experiment to call Vulkan API from Flutter(through dart ffi)
- Flutter with C++ interop supported channel) https://flutter.dev/docs/development/platform-integration/c-interop
- Android 10 or later(Vulkan 1.1 supported)
- Android 9 with Vulkan 1.1
- Linux + SwiftShader Vulkan 1.1
To access .so in external storage(/sdcard
) generated by Termux,
- Added STORAGE permission in
uses-permission
in android/app/src/main/AndroidManifest.xml - Added
permission_handler
plugin in pubspec.yaml
Install Termux
T.B.W.