tldraw VS core

Compare tldraw vs core and see what are their differences.

tldraw

SDK for creating whiteboards and canvas experiences on the web. (by tldraw)

core

Renderer for TLDraw and maybe you, too. (by tldraw)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
tldraw core
25 1
32,596 419
3.7% -
9.9 9.2
4 days ago over 2 years ago
TypeScript TypeScript
GNU General Public License v3.0 or later 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.

tldraw

Posts with mentions or reviews of tldraw. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-22.

core

Posts with mentions or reviews of core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-18.
  • Tldraw – a tiny little drawing app
    13 projects | news.ycombinator.com | 18 Nov 2021
    Hey, author here! Glad folks are enjoying this.

    A few notes:

    - I post a _lot_ about tldraw on Twitter. If you're curious about how this came together, or want to follow along as we ship new features, check out my timeline (https://twitter.com/steveruizok).

    - The whole tldraw project is MIT licensed and open source (https://github.com/tldraw). And it's still in development! If you'd like to contribute, join the Discord channel (https://discord.gg/SBBEVCA4PG) or drop by the repo (https://github.com/tldraw/tldraw).

    - The multiplayer is using a pre-release version of Liveblocks (https://liveblocks.io/)—and honestly isn't using it in a very clever way—and so can have some desync issues. Consider this part of the app an early beta.

    - We also ship a Visual Studio Code extension that lets you use tldraw inside of VS Code! (https://marketplace.visualstudio.com/items?itemName=tldraw-o...)

    A little more about the project itself:

    The tldraw project has a few different layers.

    At the bottom, there is a renderer named @tldraw/core (https://github.com/tldraw/core) that is essentially a "put React components on a canvas UI" engine. You give it a data model along with a set of utilities to interpret that data model. Simple but very fast, very flexible, and packed with helpers for building these kinds of apps. It's already being used for some pretty ambitious projects apart from tldraw itself.

    The main library, @tldraw/tldraw (https://github.com/tldraw/core), exports the whole tldraw "app" as a React component named . This component can be embedded in any React project. It can be controlled either by props or by its own API (ie `app.selectAll().duplicate()`).

    The website is a very thin Next.js app that embeds the component.

    There are also a few other libraries: @tldraw/vec for the vector math and @tldraw/intersect for intersections. If you like to work on these kinds of projects, definitely bookmark those libraries! They contain a lot of useful code.

    As for its development, I've taken off a few months between jobs to work on this full time. Until now, the site has been accessible only to my Github sponsors, but it's now free and open to everyone. If If you'd like to support the project's continued development, you can sponsor me here: https://github.com/sponsors/steveruizok.

    I'll answer questions here but if you want to contact me directly, my DMs are open @steveruizok.

What are some alternatives?

When comparing tldraw and core you can also consider the following projects:

excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams

react-zoom-pan-pinch - 🖼 React library to support easy zoom, pan, pinch on various html dom elements like <img> and <div>

perfect-freehand - Draw perfect pressure-sensitive freehand lines.

react-diagrams - a super simple, no-nonsense diagramming library written in react that just works

savepagenow - A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service

liveblocks - Liveblocks is a platform to ship collaborative features like comments, notifications, text editors in minutes instead of months.

CyberChef - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

just-install - The simple package installer for Windows

Openstreetmap - The Rails application that powers OpenStreetMap

react-paint - Paint web app build with react and canvas