emadurandal / GLBoost

A Useful WebGL Library for Small Turning (Outdated, Deprecated to use)
MIT License
106 stars 13 forks source link

ECMAScript 2015 -> Flowtype #166

Open emadurandal opened 6 years ago

emadurandal commented 6 years ago

In this VR era, Web3D libraries needs to achieve higher performance in the future. Currently, GLBoost is transitioning from ECMAScript 2015 to Flowtype to improve development efficiency. Once this is done, it will also be easier to migrate to the same type annotation language TypeScript / AssemblyScript. Considering the advantages of performance, I think that it is preferable to choose AssemblyScript rather than TypeScript.

emadurandal commented 6 years ago

In this issue, We focus make the codes flowtype.