Skip to content

Instantly share code, notes, and snippets.

View effectivecui's full-sized avatar

effectivecui

View GitHub Profile
@effectivecui
effectivecui / FlutterEmbedderGLFW.cc
Created March 29, 2020 09:27 — forked from chinmaygarde/FlutterEmbedderGLFW.cc
Flutter Embedder API Example (GLFW with OpenGL)
#include <assert.h>
#include <chrono>
#include <embedder.h>
#include <glfw3.h>
#include <iostream>
static_assert(FLUTTER_ENGINE_VERSION == 1, "");
static const size_t kInitialWindowWidth = 800;