1{{#> layout }}
2
3<div class="container mx-auto max-w-screen-md p-10 pt-20">
4 <h1 class="text-white text-4xl font-display font-extralight mb-10">The Tech ~remove me~</h1>
5
6 <h2 class="font-display mt-10">Rust β wip</h2>
7 <p>wip</p>
8
9 <h2 id="gpui" class="font-display mt-10">GPUI β <span class="italic">Laying the foundation for a generation of apps.</span></h2>
10 <p class="mt-5 leading-7">A GPU rendering library for rust apps, gpui is a brand new platform for creating lightning fast native apps that take full advantage of your local hardware.</p>
11 <p class="mt-5 leading-7">Weβre building gpui and Zed in parallel, and expect to open gpui up for usage outside of it in the future.</p>
12
13 <h2 id="gpui" class="font-display mt-10">CRDT β The key to time travel.</h2>
14 <p class="mt-5 leading-7">One of the foundational elements of Zed is the ability...</p>
15</div>
16
17{{/layout}}