Skip to content

Instantly share code, notes, and snippets.

View paulfrische's full-sized avatar
🍕

Paul paulfrische

🍕
View GitHub Profile
@paulfrische
paulfrische / ogl_triangle.cpp
Created October 2, 2022 20:07
first triangle in opengl
#include <iostream>
#define GLEW_STATIC
#include <GL/glew.h>
#include <GLFW/glfw3.h>
const char *vertex_shader_source =
"#version 330 core\n"
"layout (location = 0) in vec3 pos;\n"
@darcyparker
darcyparker / vimModeStateDiagram.svg
Last active July 15, 2025 05:22
Vim Modes Transition Diagram in SVG https://rawgithub.com/darcyparker/1886716/raw/eab57dfe784f016085251771d65a75a471ca22d4/vimModeStateDiagram.svg Note, most of the nodes in this graph have clickable hyperlinks to documentation.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.