Photopea.com a browser based photoshop "clone".
Ask HN: Can you share websites that are pushing the utility of browsers forward?
71–80 of 135 posts
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#72IO game https://krunker.io . Fun game that you can start playing immediately as a guest, but also has some depth to it.
I'm not sure what the technology behind this one[0] is, but it's basically counter strike 1.6 in a browser.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#73Plus it’s strangely addictive.
The creator even wrote a blog post describing how he made it. Press info on the top right to get an awesome breakdown of his approach.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#74https://webwormhole.io and https://file.pizza both use WebRTC for p2p file transfer. They differ quite a lot in UX but both are really useful: it's 2022 and sending files to one another still seems to be a pain without tools like these.
For the average user, file sharing is already solved. If it’s a small file, you just send it via an IM app. If it’s a large file, you upload it to cloud storage and share a link
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#75My site https://james.darpinian.com/satellites/ uses WebGL, Web Workers, WASM, Service Workers, Notifications API, Geolocation API, probably some other web platform features I'm forgetting. The use of workers and WASM is not obvious, but on page load it takes the current orbit parameters for every orbiting satellite that is potentially visible anywhere on Earth and calculates the future position of each satellite eve…
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#76The Telegram web client uses all sorts of features and a reimplementation of React. > The project incorporates lots of technologically advanced features, modern Web APIs and techniques: WebSockets, Web Workers and WebAssembly, multi-level caching and PWA, voice recording and media streaming, cryptography and raw binary data operations, optimistic and progressive interfaces, complicated CSS/Canvas/SVG animations, reac…
I hate to even ask, but for a security-focused product, is that a good thing? I think there is a valid argument “there is no good video experience on web otherwise” but that’s still a long list of less-than-fully-mature dependencies.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#77Earlier quoted context omitted.
Are you saying its an electron app running web assembly?
I think Figma being a browser web app is one of the core reasons why it’s outpacing alternatives both in terms of features and UX. It’s a remarkable feat.
It was built to scratch the itch of the company Kaleidos.
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#78This falling sand game runs a particle simulation in rust compiled to web assembly and WebGL for fluid simulation calculated on the GPU (hope I remembered those technical details right I read it ages ago) https://sandspiel.club/ Plus it’s strangely addictive. The creator even wrote a blog post describing how he made it. Press info on the top right to get an awesome breakdown of his approach.
https://dan-ball.jp/en/javagame/dust/
I spent so many hours in that game. It also had ways to publish your creations, and people created anything from multiplayer coop games to entire ALUs in it. Good times, and thanks for linking the remake!
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#79My site https://james.darpinian.com/satellites/ uses WebGL, Web Workers, WASM, Service Workers, Notifications API, Geolocation API, probably some other web platform features I'm forgetting. The use of workers and WASM is not obvious, but on page load it takes the current orbit parameters for every orbiting satellite that is potentially visible anywhere on Earth and calculates the future position of each satellite eve…
Too bad it doesnt work with Facebook blocked
Re: Ask HN: Can you share websites that are pushing the utility of browsers forward?
#80My site https://james.darpinian.com/satellites/ uses WebGL, Web Workers, WASM, Service Workers, Notifications API, Geolocation API, probably some other web platform features I'm forgetting. The use of workers and WASM is not obvious, but on page load it takes the current orbit parameters for every orbiting satellite that is potentially visible anywhere on Earth and calculates the future position of each satellite eve…