submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
 

Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

you are viewing a single comment's thread
view the rest of the comments
[–] 46 points 2 years ago (15 children)

Integrated Development Environment (IDE) from the makers of Atom. It is written in rust.

  • source
  • parent
  • hideshow 15 child comments
  • [–] 14 points 2 years ago (6 children)

    Oh man I LOVED Atom. Giving this new one a test drive now :)

  • source
  • parent
  • hideshow 6 child comments
  • [–] 8 points 2 years ago (5 children)

    I think Zed is quite different from Atom. But Pulsar might be your thing. A direct fork of the last release of Atom being developed by ex Atom developers :)

  • source
  • parent
  • hideshow 5 child comments
  • [–] 7 points 2 years ago (2 children)

    Just to clarify, the Pulsar devs aren't ex-Atom devs. Some of the team are from atom-community but none of the core Pulsar team were part of the official Atom team.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Oh, interesting. In that case I misunderstood that part, I thought there were core devs of Atom involved in Pulsar, thanks :)

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 2 years ago

    Watch this space for the full history, I'm literally putting the final touches on a blog post that will go into details of how Atom started then how it became Pulsar as a little celebration after we hit 3k stars.

  • source
  • parent
  • [–] 10 points 2 years ago (2 children)

    Zed is not an IDE, it's a code editor. No, they aren't the same things, it's like saying a table and a kitchen are the same thing.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    Thanks. I briefly used Atom (on Win) but stopped as it was terribly slow to startup.

    What is the software license for Zed? It's Github page isn't clear.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 15 points 2 years ago

    The code for Zed itself is available under a copyleft license to ensure any improvements will benefit the entire community (GPL for the editor, AGPL for server-side components). GPUI, the UI framework that powers Zed, is distributed under the Apache 2 license, so that you can use it to build high-performance desktop applications and distribute them under any license you choose. https://zed.dev/blog/zed-is-now-open-source>

  • source
  • parent