I wrote a web based text editor to showcase sauron framework, but it turns out better than I expected, less than 20ms typing latency.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ultron

    Web base text editor written in rust

  • The source code is in https://github.com/ivanceras/ultron .

  • sauron

    A versatile web framework and library for building client-side and server-side web applications

  • The editor is not in a usable state, just showcasing what's possible with sauron web framework.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • svgbobrus

    Convert your ascii diagram scribbles into happy little SVG

  • I wanted the same rendering as vim/nvim or any TUI text editor. I would want this editor to be used in svgbob. Take a look at the "CJK characters" section, where alignment in the text is off.

  • mt-dom

    Generic virtual dom implementation for rust

  • It is using a new implementation of virtual DOM called mt-dom, which differs from most common implementation of virtual DOM. Most common virtual DOM implementation used in elm (or perhaps maybe react) is using NodeIdx (a usize) which force you to traverse each and every element that appear before the NodeIdx, just so you can patch the target element.

  • pathfinder

    A fast, practical GPU rasterizer for fonts and vector graphics

  • Don't forget gpu-based text rendering (e.g. #1, #2, #3). It's still in its infant stages, and seems to be mostly untouched over the past 5 years, but I suspect it will become the preferred method for rendering text later.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts