tcannonfodder / houston

Mission Control for Kerbal Space Program
48 stars 5 forks source link

Remove Math.js #33

Closed tcannonfodder closed 8 years ago

tcannonfodder commented 8 years ago

math.js is one of our largest dependencies and we only use it for 1 function (math.add, which is matrix addition). A method can be written in math_polyfill.js that can do the same thing, reducing page weight.