Skip to content

Instantly share code, notes, and snippets.

View Atlinx's full-sized avatar
💻
Game development

Atlinx Atlinx

💻
Game development
View GitHub Profile
@nelsonuhan
nelsonuhan / inland_mk47_qmk.md
Created October 7, 2023 03:23
Flashing QMK firmware onto the Inland MK-47

Flashing QMK firmware onto the Inland MK-47

2023.10.6

Keyboard

Done on a MacBook Pro (Apple Silicon). This worked for me, your mileage may vary.

Preliminaries

@TobiasPott
TobiasPott / NestedContentSizeFitter.cs
Last active December 12, 2023 09:19
A helper class/re-implementation of ContentSizeFitter to utilise a referenced transform for automatic sizing operations
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
using UnityEditor.UI;
#endif
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace VRTX.UI
@donmccurdy
donmccurdy / README.md
Last active June 19, 2023 20:06
Applying THREE.EffectComposer Post-Processing in A-Frame

This effect system requires several of THREE.js's non-default post-processing and shader scripts.

UPDATE(10/9/2017): Check out aframe-effects; it's easier than what I've done here, and works in VR (which this Gist does not).

@cvan
cvan / google_fonts.md
Created March 12, 2016 00:12
get ttf, woff, woff2 from Google Fonts

ttf

curl 'https://fonts.googleapis.com/css?family=Karla'

woff2

curl 'https://fonts.googleapis.com/css?family=Karla' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -H 'User-Agent: AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116'

woff