Michael Casebolt

Results 22 issues of 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....

Feature
good first issue

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...

Feature
good first issue
help wanted

self-explanatory

documentation

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)...

Feature
good first issue
help wanted

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...

Feature

https://angular2-youtuber.firebaseapp.com/ This link in the README leads to a page that says "Site Not Found"