Video posters (and better Orca video)

This commit is contained in:
Ben Visness 2023-09-01 19:42:39 -05:00
parent b5ef12fa60
commit a9ef54b98b
1 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@
<div class="carousel-container">
<div class="carousel bg-white-10 br3 pa3 pa4-ns">
<div class="carousel-item active">
<video controls class="br2" src="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/2c3ea96c-f246-4f03-9f2d-3538d7ffaf90/embed"></video>
<video controls class="br2" src="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/2c3ea96c-f246-4f03-9f2d-3538d7ffaf90/embed" poster="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/2c3ea96c-f246-4f03-9f2d-3538d7ffaf90/2c3ea96c-f246-4f03-9f2d-3538d7ffaf90_thumb.jpg"></video>
<h3>SDF Atlas</h3>
<p>
SDF Atlas is an interactive editor for signed distance fields. Signed distance fields are commonly used to make beautiful implicit geometry in shaders, but editing them leaves a lot to be desired - editing shapes with shader code is not the most pleasant experience.
@ -230,7 +230,7 @@
<a class="b db" href="https://guide.handmade-seattle.com/c/2022/sdf-atlas/" target="_blank">Handmade Seattle Demo ➜</a>
</div>
<div class="carousel-item">
<video controls class="br2" src="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/71201dd3-3333-4ac5-a749-2b3c5d896a85/day3_short.mov"></video>
<video controls class="br2" src="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/d7d0bbed-9b0e-4965-8f54-be1d8a945d39/day6_short.mov" poster="https://hmn-assets-2.ams3.cdn.digitaloceanspaces.com/d7d0bbed-9b0e-4965-8f54-be1d8a945d39/d7d0bbed-9b0e-4965-8f54-be1d8a945d39_thumb.jpg"></video>
<h3>Orca</h3>
<p>
The Orca prototype is "a launcher for WebAssembly applications". But in reality, it's more than that. It demonstrated the ability to use WebAssembly as the foundation for cross-platform applications while swapping out the entire web stack for something new. It's a taste of a new vision for the web.