반응형
Notice
Recent Posts
Recent Comments
Link
Brise
Flutter로 OpenGL 구동하기 본문
반응형
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.
반응형
'프로그램' 카테고리의 다른 글
[AI Generated] Vue.js (0) | 2024.05.04 |
---|---|
윈도우 tensorflow 설치 (0) | 2023.05.26 |
[GPT]ABI와 cdecl (0) | 2023.04.16 |
PlantUML으로 ASCII-art UML 생성하기 (0) | 2023.04.10 |
마크다운 간단 사용법 (0) | 2022.06.19 |
John the ripper; 암호 해제하기 (0) | 2022.05.05 |
VS code에서 Anaconda Python 연동 시 오류 발생할 때 해결 방법 (0) | 2020.09.22 |
Comments