Skip to content

Instantly share code, notes, and snippets.

@Markus43
Markus43 / FlutterEmbedderGLFW.cc
Created November 23, 2023 16:26 — 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;