Skip to content

Instantly share code, notes, and snippets.

View pulyaevskiy's full-sized avatar
😷

Anatoly Pulyaevskiy pulyaevskiy

😷
  • San Francisco Bay Area
View GitHub Profile
@pulyaevskiy
pulyaevskiy / FlutterEmbedderGLFW.cc
Created October 30, 2017 15:16 — 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;