LookAtThat VS trystero

Compare LookAtThat vs trystero and see what are their differences.

trystero

🤝 Build instant multiplayer webapps, no server required — Magic WebRTC matchmaking over BitTorrent, Nostr, MQTT, IPFS, and Firebase (by dmotz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
LookAtThat trystero
7 25
106 887
- -
8.9 9.2
5 months ago 26 days ago
Swift JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LookAtThat

Posts with mentions or reviews of LookAtThat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    https://github.com/tikimcfee/LookAtThat

    View, search, and analyze arbitrary source code (best support of Swift right now) in 3D and AR space. You open your phone or tablet, yeet hundreds of files into 3D space, and can start highlighting, moving, and tracing execution by literally walking around your code. The desktop app has similar features, and the standard 3D viewer is just as fun.

    I would love help - from anyone of any kind - to build this out towards greater usefulness. It’s a lot of fun, it’s super cool to look at, and it’s the thing I’ve wanted to use since I was a small child.

    “Let me touch the words!!”

  • A Developer's View of Vision Pro
    1 project | news.ycombinator.com | 12 Jun 2023
    I feel like I’ve been spamming this everywhere and any time I get the chance, but I really want people to join in and help define this experience with me for developers.

    https://github.com/tikimcfee/LookAtThat

    AR VR for iOS and macOS. Millions of glyphs. Instant control. There’s magic here. If this excites you, work with me and help make this a reality! I don’t have all of it in me.

    I wish I did. I don’t. I don’t have all the time and energy. But there are people here that if they spent just a little time to work on this, we would be in the future of a 3D code space in days, and not weeks or months.

    I owe a new readme for the project. If any of this makes you feel any feelies, get in contact with me star it, make noise, whatever!

    Lotta love to yall. Thanks for letting me vomit words.

  • Wideboard: Render _all_ of Linux's source code in a browser tab via WebGL
    5 projects | news.ycombinator.com | 11 Feb 2023
    I have this mostly working for Swift by thread and execution tracing matched to syntax analysis in https://github.com/tikimcfee/LookAtThat.

    You can record app execution, and then play it back thread and line and by line to see each line executing in time. It’s kinda fun to see millions of lines flash and highlight and move at 60fps and seeing implicit relationships between executing files and high level functional flows

  • Ask HN: Visualizing software designs, especially of large systems (if at all)?
    20 projects | news.ycombinator.com | 31 May 2022
    If I may be so bold as include something I’m working on myself, I’d love to chime in! I’m not functionally complete, but feel like I’m writing an amalgamation of all of the above tools.

    https://github.com/tikimcfee/LookAtThat

trystero

Posts with mentions or reviews of trystero. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-14.
  • Trystero – Build instant multiplayer webapps, no server required
    1 project | news.ycombinator.com | 29 Mar 2024
  • Holepunch Unveils P2P Platform "Pear Runtime"
    3 projects | news.ycombinator.com | 14 Feb 2024
    This looks exciting and I'm pleased to see more and more frictionless ways of making p2p apps. I've been building a somewhat similar hobby project [1] that aims to connect peers in the browser by piggybacking on open protocols out on the net (BitTorrent, MQTT, Nostr, IPFS, etc).

    This project seems to be using Hyperswarm which I've looked at for use as a peering medium but it seems like it's not supported in the browser. I'd love to implement it if that story changes since it's so easy to distribute apps on the web.

    [1] https://github.com/dmotz/trystero/

  • Is offline-first not enough? Do we need "serverfree"?
    6 projects | news.ycombinator.com | 23 Jan 2024
    I was going to mention WebRTC! It seems designed for video calling, but there are lots of cool use cases - I recently ran across https://github.com/dmotz/trystero , a dead simple WebRTC library for peer-to-peer multiplayer browser games.
  • Trystero: Serverless WebRTC matchmaking for painless P2P
    1 project | news.ycombinator.com | 5 Jan 2024
  • Ready Player Two – What the Multiplayer Web Can Learn from Video Games
    2 projects | news.ycombinator.com | 18 Oct 2023
    I strongly endorse Trystero (https://github.com/dmotz/trystero) for enabling P2P communication in web apps. It’s open source and leverages public infrastructure for matchmaking.
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    My attempt to get more out of all my ebook highlights using on-device AI. Click the demo button to try it.

    https://github.com/dmotz/trystero

  • Artico: WebRTC made simple
    2 projects | /r/WebRTC | 5 Jul 2023
    Nice work! Any reason one might use this over https://github.com/dmotz/trystero, you think?
  • UnCloud project: WebRTC chat, file transfer, and remote observation
    2 projects | /r/WebRTC | 18 Dec 2022
    Yes, this is a major issue that I haven't found a real solution for. There seems to be a mixture of iOS Safari bugs and intentional design limitations at play, and I don't know if a fully P2P web app like Chitchatter is practical on that platform. There's an open issue to improve this in Trystero (the networking library that Chitchatter uses), but there may be a limit to how stable iOS will be with WebRTC apps. 😕
  • WebRTC for p2p voice calling app?
    2 projects | /r/WebRTC | 30 Nov 2022
    You can use Trystero (https://github.com/dmotz/trystero) to cut server costs to zero. That’s what I used to build https://chitchatter.im/, which supports P2P audio and video calls.
  • WebTorrent
    14 projects | news.ycombinator.com | 29 Nov 2022
    WebTorrent is obviously well suited for p2p file distribution, but using a minimal subset of the protocol also provides a nice hack for easily bootstrapping peer connections between web app users. Piggybacking on public mediums already designed to do peer exchange can let you rapidly prototype a WebRTC project without the hassle of running your own server anywhere.

    I built a library that explores this idea: https://github.com/dmotz/trystero

What are some alternatives?

When comparing LookAtThat and trystero you can also consider the following projects:

LockView - Foundry VTT module: Locks the view for the purpose of using Foundry on a digital playmat, such as a horizontally mounted TV. Scales the scene so the gridsize is always displayed corresponding to a real-world size, and can block zooming and panning

ipfs-webui - A frontend for an IPFS Kubo node.

TypeScript-Call-Graph - CLI to generate an interactive graph of functions and calls from your TypeScript files

videosdk-rtc-react-sdk-example - WebRTC based video conferencing SDK for React JS

saddle-data-graph - where does it come from, where does it go?

foxql - WebRTC based, simple proof-of-work p2p ecosystem

rugivi - The adult media landscape browser

chitchatter - Secure peer-to-peer chat that is serverless, decentralized, and ephemeral

muziko - Practice every song you know

webtorrent - ⚡️ Streaming torrent client for the web

wiredhoo - Project to add wired connectivity to a Wahoo Kick by emulating the ANT+ profile within an emulated ANT USB stick; the host believes it is communicating to a ANT+ wireless device. Broader scope to be an open-source firmware replacement for trainers.

FileNation - The simplest way to send your files around the world using IPFS. ✏️ 🗃