howmanysmall

Results 14 comments of howmanysmall

I think the goal of Knit was to not have weird metatable hacks like AGF did.

This can be made faster at the cost of the readability. ![image](https://user-images.githubusercontent.com/26746527/116479470-ea756b80-a83c-11eb-97e4-03dcc35562ed.png) (I'm not good with Excel so my charts are not very good, sorry)

That's exactly what I'd want. I'd do it how it was done in [BoatTween](https://github.com/boatbomber/BoatTween/blob/master/src/BoatTween/Bezier.lua) (although there is an error on it) instead of Vector2s though.

I'll have to think about how to implement a cleanup ordering system, but yeah, I'll get right on that.

The new version will be [here](https://github.com/howmanysmall/Janitor/tree/OrderedCleanup).

Wow, I forgot about this. I'll get to work on it after work tomorrow.

I'll take a look tomorrow when I'm not on an airplane. Looks good so far though, although the type should be `(DeltaTime: number) -> ()` as `(DeltaTime: number) -> nil`...

I'm still weighing the pros and cons of this. I like to keep the api minimal but the alternate to this is pretty verbose.