Skip to content

Commit

Permalink
Add COSMIC DE to showcase 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 19, 2024
1 parent 39337a3 commit d11da62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
Binary file added static/showcase/cosmic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
// List of showcase projects; Edit this list to add or remove projects
// Inspired by wgpu.rs
const showcase_list = [
{
"name": "COSMIC DE",
"description": "A new Wayland desktop environment made for <a href=\"https://pop.system76.com/\">Pop!_OS</a> and other Linux distros.",
"website": "https://blog.system76.com/post/cosmic-the-road-to-alpha",
"thumbnail": "showcase/cosmic.png",
"has_webp": false,
},
{
"name": "Halloy",
"description": "An open-source IRC client written in Rust that aims to be fast and simple.",
Expand All @@ -140,20 +147,20 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
"thumbnail": "showcase/sniffnet.png",
"has_webp": false,
},
{
"name": "XMODITS",
"description": "A tool to bulk extract samples from various tracker modules with ease.",
"website": "https://github.com/B0ney/xmodits",
"thumbnail": "showcase/xmodits.png",
"has_webp": false,
},
{
"name": "Halo",
"description": "A program for editing .wgsl shaders in real time!",
"website": "https://github.com/bungoboingo/halo",
"thumbnail": "showcase/halo.gif",
"has_webp": true,
},
{
"name": "XMODITS",
"description": "A tool to bulk extract samples from various tracker modules with ease.",
"website": "https://github.com/B0ney/xmodits",
"thumbnail": "showcase/xmodits.png",
"has_webp": false,
},
{
"name": "Neothesia",
"description": "A cross-platform GPU accelerated midi visualizer, built completely in Rust.",
Expand Down

0 comments on commit d11da62

Please sign in to comment.