BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.73k stars 342 forks source link

Question only: Anyone able to do any of this in Javascript? #86

Closed mgw-sbex closed 3 years ago

mgw-sbex commented 4 years ago

Hi Brad & Co, Is there anything like this available for Javascript?

mgw-sbex commented 3 years ago

Just checking if JavaScript is even possible as a way to add image analysis to the browser canvas. Thank you!

BradLarson commented 3 years ago

Unfortunately, neither of us have done much work with JavaScript image processing, so I can't provide a recommendation for an alternative. Our focus has been on Swift (previously Objective-C) and OpenGL / Metal for use in desktop / mobile / embedded platforms.

Good luck on your search, though.