qboard VS core

Compare qboard vs core and see what are their differences.

qboard

The efficient digital whiteboard. (by cjquines)

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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
qboard core
1 1
80 419
- -
0.0 9.2
9 months ago over 2 years ago
TypeScript TypeScript
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.

qboard

Posts with mentions or reviews of qboard. We have used some of these posts to build our list of alternatives and similar projects.
  • Show HN: Qboard, a drawing app with Vim-style keybindings
    1 project | news.ycombinator.com | 20 Jul 2022
    I was frustrated with drawing apps where the eraser was E and the pen was P. Often, when I'm drawing, I want to quickly erase and then switch back to the pen. As one of my hands is on my mouse or tablet, I have to use my other hand to reach across the keyboard. I wanted a drawing app with customizable keybindings, so I made qboard a while back and have used it since.

    I talk more about the [design principles on the Github repo](https://github.com/cjquines/qboard/#design-principles). Hope you find it useful.

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 qboard and core you can also consider the following projects:

flat - Project flat is the Web, Windows and macOS client of Agora Flat open source classroom.

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

AFFiNE - There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

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

tldraw-in-obsidian - A plugin to integrate Tldraw into Obsidian.

tldraw - Infinite canvas.

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

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

excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams

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

svelte-gesture - 👇 Bread n butter utility for component-tied mouse/touch gestures in Svelte.