@@ -126,6 +126,13 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
126126 // List of showcase projects; Edit this list to add or remove projects
127127 // Inspired by wgpu.rs
128128 const showcase_list = [
129+ {
130+ "name" : "COSMIC DE" ,
131+ "description" : "A new Wayland desktop environment made for <a href=\"https://pop.system76.com/\">Pop!_OS</a> and other Linux distros." ,
132+ "website" : "https://blog.system76.com/post/cosmic-the-road-to-alpha" ,
133+ "thumbnail" : "showcase/cosmic.png" ,
134+ "has_webp" : false ,
135+ } ,
129136 {
130137 "name" : "Halloy" ,
131138 "description" : "An open-source IRC client written in Rust that aims to be fast and simple." ,
@@ -140,20 +147,20 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
140147 "thumbnail" : "showcase/sniffnet.png" ,
141148 "has_webp" : false ,
142149 } ,
143- {
144- "name" : "XMODITS" ,
145- "description" : "A tool to bulk extract samples from various tracker modules with ease." ,
146- "website" : "https://github.com/B0ney/xmodits" ,
147- "thumbnail" : "showcase/xmodits.png" ,
148- "has_webp" : false ,
149- } ,
150150 {
151151 "name" : "Halo" ,
152152 "description" : "A program for editing .wgsl shaders in real time!" ,
153153 "website" : "https://github.com/bungoboingo/halo" ,
154154 "thumbnail" : "showcase/halo.gif" ,
155155 "has_webp" : true ,
156156 } ,
157+ {
158+ "name" : "XMODITS" ,
159+ "description" : "A tool to bulk extract samples from various tracker modules with ease." ,
160+ "website" : "https://github.com/B0ney/xmodits" ,
161+ "thumbnail" : "showcase/xmodits.png" ,
162+ "has_webp" : false ,
163+ } ,
157164 {
158165 "name" : "Neothesia" ,
159166 "description" : "A cross-platform GPU accelerated midi visualizer, built completely in Rust." ,
0 commit comments