Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,14 @@ export const projectList = [
description: "Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games.",
tags: ["C++", "Game Development", "Game Engine", "GDScript"],
},
{
name: "Zed",
imageSrc: "https://avatars.githubusercontent.com/u/79345384?v=4",
projectLink: "https://github.com/zed-industries/zed/contribute",
description:
"Zed is a high-performance, multiplayer code editor built for fast collaborative development.",
tags: ["Rust", "Editor", "Collaboration", "AI"],
},
{
name: "Hugo",
imageSrc: "https://avatars.githubusercontent.com/u/1048514?s=200&v=4",
Expand Down Expand Up @@ -1458,4 +1466,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];