Skip to content

Instantly share code, notes, and snippets.

View gamedevsam's full-sized avatar

Samuel Batista gamedevsam

View GitHub Profile
@gamedevsam
gamedevsam / gist:8360381
Last active January 2, 2016 20:59 — forked from anonymous/gist:8359473
Fixing up some weirdness - need testing
mycolor = {0, 0, 0}
CAM_STIFFNESS = 1000.0
CAM_DAMPING = 100.0
CAM_MASS = 5.0
position = {0,0}
speed = {0,0}
target ={0,0}