Michael Casebolt
Michael Casebolt
Whenever my terminal is resized with cReddit already running, the position of the text on the screen does not change at all. If the terminal window is made wider, empty...
We should allow users to reuse tween objects. This could lead to some performance improvements for advanced users who are willing to set up a memory pool for tween objects....
I suggest that we add a 'TWEEN.animate' convenience method. It would set up a simple requestAnimationFrame animation loop. function animate(time) { requestAnimationFrame(animate); TWEEN.update(time); } requestAnimationFrame(animate); In the documentation, we just...
We could always use more easing functions. An easing function is single-variable function that maps values in the range [0, 1] to a numeric value. Generally, we require that `f(0)...
I want to have a working build automation server for this project, but Travis-CI doesn't support that very well. I want the server to build every commit that hits master...
We may be able to get a performance boost by using JavaScript's strict mode in our library. Someone should test performance with and without strict mode in different browsers. The...
https://angular2-youtuber.firebaseapp.com/ This link in the README leads to a page that says "Site Not Found"