Skip to content

Instantly share code, notes, and snippets.

@etcwilde
etcwilde / glm_adaptor_test.cpp
Last active August 29, 2015 14:20
Nanoflann Tests
/**
* Evan Wilde
* May 6 2015
*
* This file is to test nanoflann kd tree with glm::vec3 datastructures
* This tests a set of points using an adaptor
* This separates the implementation of the datastructures a bit better
*/
#include <glm/glm.hpp>
@etcwilde
etcwilde / update_bundles.py
Created February 14, 2015 00:18
Scripts that help with vim
#!/bin/env python
# Works with pathogen plugin manager for vim
import urllib.request
from subprocess import call
import shutil
from os import makedirs, path
# Bundles from git