Brise

Flutter로 OpenGL 구동하기 본문

프로그램

Flutter로 OpenGL 구동하기

naudhizb 2024. 6. 1. 18:34
반응형

OpenGL on Flutter

flutter_opengl

How to install

  1. Install Follow Program

    • MinGW / MSYS
      • Add PATH
      • Install wget
    • CMake
  2. Clone Repo.

  1. 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
  • Install OpenCV in SCRIPTS Directory

Run Example

  • lib/main.dart will works.
  • lib/main_in_deep.dart not working because of Layout confliction.
반응형
Comments