zed/server/templates/tech.hbs
2021-09-17 12:33:10 -04:00

18 lines
907 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{#> layout }}
<div class="container mx-auto max-w-screen-md p-10 pt-20">
<h1 class="text-white text-4xl font-display font-extralight mb-10">The Tech ~remove me~</h1>
<h2 class="font-display mt-10">Rust wip</h2>
<p>wip</p>
<h2 id="gpui" class="font-display mt-10">GPUI <span class="italic">Laying the foundation for a generation of apps.</span></h2>
<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>
<p class="mt-5 leading-7">Were building gpui and Zed in parallel, and expect to open gpui up for usage outside of it in the future.</p>
<h2 id="gpui" class="font-display mt-10">CRDT The key to time travel.</h2>
<p class="mt-5 leading-7">One of the foundational elements of Zed is the ability...</p>
</div>
{{/layout}}