Skip to content

Instantly share code, notes, and snippets.

different keypairs get different timings!!
lk, 15ms timepoint extremely hard to reach:
22.2999
22.4453
22.4658
22.4949
22.527
22.5758
22.7051
22.7232
@ad8e
ad8e / glfw_ship.cpp
Last active April 20, 2024 21:16
instructions to use skia and glfw together. (download, installation, first program). as of Sept 2023, Windows is broken but this is still sadly the best starting resource for skia on Windows too.
/* Note: this Google copyright notice only applies to the original file, which has large sections copy-pasted here. my changes are under CC0 (public domain).
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
The official instructions don't work well. These alternative instructions are intended to be the shortest path to get a minimal setup running.