프로그램
Flutter로 OpenGL 구동하기
naudhizb
2024. 6. 1. 18:34
반응형
OpenGL on Flutter
flutter_opengl
How to install
Install Follow Program
- MinGW / MSYS
- Add PATH
- Install wget
- CMake
- MinGW / MSYS
Clone Repo.
- Download Dependency
- Download and Extract in Project ROOT
- Native SDK
git clone https://github.com/powervr-graphics/Native_SDK.git
- glm
git clone https://github.com/g-truc/glm.git
- glew
- (sources at https://github.com/nigels-com/glew)
- extract the zip and rename its main directory to "glew"
- Native SDK
- Install OpenCV in SCRIPTS Directory
- SCRIPTS/setupOpenCV-android.sh
- In case of Download Link not working, Please refer follows,
Run Example
- lib/main.dart will works.
- lib/main_in_deep.dart not working because of Layout confliction.
반응형