Ask HN: Can you share websites that are pushing the utility of browsers forward?
11–20 of 135 posts
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#12Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#13Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#14Figma is written in C++ and compiled to web assembly. All the UX designers I know are using it because it's pretty powerful for a webapp.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#15The WebAudioModules (WAM) have some very cool demos if you're into music: https://www.webaudiomodules.org/wamsynths/ I've been learning tone.js as of late
Would be interested in the possibility of online DAWs that can import plugins and open up for marketplaces where developers can build and publish these.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#16https://utcc.utoronto.ca/~cks/space/blog/web/PlainHTMLAppeal
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#17Figma is written in C++ and compiled to web assembly. All the UX designers I know are using it because it's pretty powerful for a webapp.
Are you saying its an electron app running web assembly?
I guess except the designing canvas, all the UI controls are built over DOM/Javascript and they needed a quick way to take them all into desktop. But I did expect more from Figma :)
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#18Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#19But also, of course the fact that it goes 3D. It feels like they've de-emphasized this feature because I suspect few people use or or even know it exists but demo
https://www.youtube.com/watch?v=mbxYG5Sb5RQ
You can also go to https://earth.google.com
AFAIK it's the same tech (not sure) but a UI for various kinds of exploration instead of directions
WebRTC, Google Meet uses WebGL/WebAssembly to provide the filter effects where your background is blurred out or replaced. AFAIK that doesn't happen on the server. It happens locally and then the video with the effects applied are sent over the net via WebRTC.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#20Photopea.com a browser based photoshop "clone".