Skip to content

Instantly share code, notes, and snippets.

View subblue's full-sized avatar

Tom Beddard subblue

View GitHub Profile
@subblue
subblue / eslintrc.json
Created June 7, 2016 12:50
.eslintrc rules
{
"root": true,
"parser": "babel-eslint",
"plugins": ["react"],
"extends": ["eslint:recommended", "plugin:react/recommended"],
"env": {
"browser": true,
"node": true,
"es6": true,
"jasmine": true,
@subblue
subblue / jslinks.md
Last active August 27, 2017 16:27
JS Dev links
@subblue
subblue / pbr.glsl
Created January 27, 2017 20:40 — forked from galek/pbr.glsl
PBR GLSL SHADER
in vec2 v_texcoord; // texture coords
in vec3 v_normal; // normal
in vec3 v_binormal; // binormal (for TBN basis calc)
in vec3 v_pos; // pixel view space position
out vec4 color;
layout(std140) uniform Transforms
{
mat4x4 world_matrix; // object's world position
@subblue
subblue / wwc-links.md
Created June 26, 2018 13:12
Women Who Code Meetup Links - 26 June 2018