Ask HN: What is the coolest JS library out there?
91–95 of 95 posts
Re: Ask HN: What is the coolest JS library out there?
#92An obvious use could be as a library building tool. i.e. All the macros could be restricted to the internal methods used to construct the library DSL. All the public methods could look like standard js, and the library users would be none the wiser to the magic used internally to make the library construction more efficient.
Re: Ask HN: What is the coolest JS library out there?
#93Earlier quoted context omitted.
I would be interested in this. Does it work?
As a proof of concept yes (scaling, rotation, moving the background work) but it doesn't do much yet. I wanted to make something like Irfanview that could handle basic transforms with a minimalist ui, but it still needs a ton of work. Drawing is more or less broken - I got as far as adding pixels to the canvas before other (paying) projects just got in the way. When I figure out how to get it to work on a github page…
Re: Ask HN: What is the coolest JS library out there?
#94Re: Ask HN: What is the coolest JS library out there?
#95Check out http://JSDB.io and http://pineapple.io -- both list a ton of cool JS libraries.