Skip to content

Instantly share code, notes, and snippets.

View m-decoster's full-sized avatar

Mathieu De Coster m-decoster

View GitHub Profile
@LiterallyVoid
LiterallyVoid / bsp.js
Created August 16, 2018 20:32
Simple BSP Compiler
var dot = function(x1, y1, x2, y2) {
return x1 * x2 + y1 * y2;
};
var Plane = function(x, y, d) {
this.x = x;
this.y = y;
this.d = d;
};
@hbristow
hbristow / matplotlibrc
Last active March 25, 2017 09:25
A modern Matplotlib style
# EPIC Matplotlib Style
# =====================
#
# To make this your default style on OS X, save it as:
# ~/.matplotlib/matplotlibrc
#
# Styles: BMH and GGPLOT
# Colors: colorbrewer.org
# Backend