lite

A lightweight text editor written in Lua (by rxi)

Lite Alternatives

Similar projects and alternatives to lite

  1. Visual Studio Code

    3,239 lite VS Visual Studio Code

    Visual Studio Code

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. vscodium

    575 lite VS vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  4. Code-Server

    423 lite VS Code-Server

    VS Code in the browser

  5. imgui

    386 lite VS imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  6. Atom

    286 lite VS Atom

    Discontinued :atom: The hackable text editor

  7. doom-emacs

    271 lite VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  8. lapce

    186 lite VS lapce

    Lightning-fast and Powerful Code Editor written in Rust

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. JUCE

    110 lite VS JUCE

    JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

  11. Geany

    94 lite VS Geany

    A fast and lightweight IDE

  12. lem

    73 lite VS lem

    General-purpose editor/IDE with high expansibility in Common Lisp

  13. theia

    65 lite VS theia

    Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

  14. lite-xl

    59 lite VS lite-xl

    A lightweight text editor written in Lua

  15. brackets

    68 lite VS brackets

    An open source code editor for the web, written in JavaScript, HTML and CSS. (by brackets-cont)

  16. Apache NetBeans

    Apache NetBeans

  17. textadept

    Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.

  18. VSpaceCode

    17 lite VS VSpaceCode

    Spacemacs like keybindings for Visual Studio Code

  19. 4coder

    7 lite VS 4coder

    Discontinued The final version of the official 4coder codebase. (See Also: https://github.com/Dion-Systems/4coder-non-source)

  20. LSP-pyright

    1 lite VS LSP-pyright

    Python support for Sublime's LSP plugin provided through microsoft/pyright. (by sublimelsp)

  21. edamagit

    13 lite VS edamagit

    Magit for VSCode

  22. ewig

    3 lite VS ewig

    The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lite alternative or higher similarity.

lite discussion

lite reviews and mentions

Posts with mentions or reviews of lite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.
  • TextAdept
    5 projects | news.ycombinator.com | 2 Mar 2024
    Another small, minimalist Lua-based text editor is Lite[1], and it's much less "light" cousin Lite-XL[2]

    1: https://github.com/rxi/lite

    2: https://github.com/lite-xl/lite-xl

  • A Love Letter to Tinkerable Software
    3 projects | news.ycombinator.com | 11 Jan 2024
    Playing with browser developer tools and always seeing obfuscated JavaScript makes me sad. I'm not a web developer, but I suspect the security gained is low enough to fall within the author's "unnecessary constraints."

    On the other hand, there are projects like https://github.com/rxi/lite

  • Leveraging Rust and the GPU to render user interfaces at 120 FPS
    15 projects | news.ycombinator.com | 9 Mar 2023
    Beyond the rendering which as noted is nothing that hasn't been done before (in general) the inherent OT/multi user + tree sitter functionality is something that entices me.

    I'm surprised nobody pointed out lite/litexl here either it's rendering of ui is very similar (although fonts are via a texture; like a game would) and doesn't focus overly on the GPU but optimises those paths like games circa directx9/opengl 1.3

    https://github.com/rxi/lite/blob/master/src/renderer.h

  • Minimal Cross-Platform Graphics
    11 projects | news.ycombinator.com | 24 Jan 2023
    > is using pure software rendering (on top of SDL) in a rather naïve fashion

    https://github.com/rxi/lite/blob/master/src/rencache.c#L4

    I think you'll find that they found the naive approach was sufficiently poor, performance wise, that additional optimizations had to be applied on-top.

    > But for quick hacking / porting old demos / writing emulators and also text based UI it can be fast enough.

    /shrug

    If you want to use it, use it. It's 'good enough'...

    > if you vastly lower your expectations

  • Lite: A lightweight text editor written in Lua
    1 project | /r/hypeurls | 11 Oct 2022
    18 projects | news.ycombinator.com | 11 Oct 2022
  • Looking for an IDE with the following characteristics
    2 projects | /r/learnprogramming | 6 Jul 2022
    How about lite https://github.com/rxi/lite
  • Now that Atom has been discontinued - where to next?
    9 projects | /r/linux | 13 Jun 2022
    You have options: - Sublime Text - VsCodium - Lite - https://github.com/rxi/lite
  • 4coder editor is now fully open source
    5 projects | news.ycombinator.com | 31 May 2022
  • Lapce
    21 projects | news.ycombinator.com | 17 Mar 2022
    I like the single lapce.exe and loads reasonably fast.

    But this is in a pre pre-alpha stage, so many bugs it's far too early for public feedback. It loads reasonably fast except chrome stats in top left then jerks towards the center. The start page says to bring up the command palette which I was unable to navigate via keyboard.

    The open file dialog takes an eternity to load the first time, the path is in a text box that's not editable. Focusing a text file gives an Insert cursor which is in text mode, there's a noticable slow delay before writing the first character, text selection is non existent so lacks basic text editing features.

    There is a built-in terminal however there's only a single tab.

    The only thing that gives it potential is that the folder/file browsing is super quick even with a node_modules folder so it might be built on efficient rendering that can be improved.

    Even for such a basic editor it's 38mb download. For a far smaller + more complete editor checkout Lite:

    https://github.com/rxi/lite

  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Dec 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic lite repo stats
30
8,072
0.0
over 2 years ago

rxi/lite is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of lite is Lua.


Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Lua is
the 19th most popular programming language
based on number of references?