Skip to content

Instantly share code, notes, and snippets.

View seidtgeist's full-sized avatar
🏢

Stephan Seidt seidtgeist

🏢
View GitHub Profile
@seidtgeist
seidtgeist / bound.js
Last active December 18, 2015 12:29
// Motivation:
//
// I see myself writing this quite often:
f(_.bind(obj.m, obj))
// but I could write:
f(bound(obj, 'm'));

voxatar - distributed voxel avatars

  1. When joining game ask for username
  2. Look for username.github.com/voxatar/voxatar.png
  3. Use as skin

Auth can be added later, a central hub where people can also upload voxatars can also be added later (I grabbed voxatar.com)

(name credit goes to @rolnaaba)