crazy2be / buildblast

Build a base, shoot intruders
MIT License
5 stars 1 forks source link

Implement our own JavaScript vectors #176

Open kieve opened 9 years ago

kieve commented 9 years ago

Currently, we make use the THREE.js vectors. As we approach creating our own physics library optimized for being synchronized with the server, we should move to using our own vector implementations. We don't want our Physics library to be tied to our graphics library. Also, since we'll be keeping Go and JS implementations in sync, it will be easier if the packages are mirrored closely.