meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Just wanted to say - thanks for your `clenup` branch! :) #178

Closed SunboX closed 9 years ago

SunboX commented 9 years ago

no issue here :smirk:

karelbilek commented 8 years ago

Thank you SunboX! Without you, I would never find this branch and would try to get 2 year old code to run

The old version has memory leaks, but since nobody seemed to care about the code, I didn't want to even report it. But it is fixed in the new branch, and it has much much saner API. Great!

And thanks to meltingice for the library, the "old API" is weird and undocumented, the new one rocks. Only if I could actually find it anywhere else then randomly here!

karelbilek commented 8 years ago

once I get some bitcoins, I will send you some, haha

meltingice commented 8 years ago

Haha thanks @runn1ng. This is one of those projects that I got really burnt out on, but I try and find the motivation to work on it from time to time.

I really like where this cleanup branch is going as well. It's not complete yet, which is why I haven't promoted it more, but it does most things well. I want to take this opportunity to experiment with workers again, especially since you can send Uint8Array's to them now without serialization, but if there's enough interest I might just focus on finishing up the rest of the features and coming back to workers in the future.

SunboX commented 8 years ago

Nice to hear! Workers are great, if you get some time and motivation that's cool. If not, have fun :smile:

karelbilek commented 8 years ago

I sent you some. Not that much, but I don't have that much either, haha.

I used your code on TREZOR homescreen editor here

https://trezor.github.io/homescreen-editor/

meltingice commented 8 years ago

@runn1ng pretty cool, thanks for the BTC!