Skip to content

Instantly share code, notes, and snippets.

View Checky-Hu's full-sized avatar

Checky Hu Checky-Hu

  • Hangzhou, ZheJiang Province, China
View GitHub Profile
@Checky-Hu
Checky-Hu / FlutterEmbedderGLFW.cc
Created January 23, 2018 02:55 — 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;