Video posters (and better Orca video)
This commit is contained in:
parent
b5ef12fa60
commit
a9ef54b98b
|
@ -214,7 +214,7 @@
|
||||||
<div class="carousel-container">
|
<div class="carousel-container">
|
||||||
<div class="carousel bg-white-10 br3 pa3 pa4-ns">
|
<div class="carousel bg-white-10 br3 pa3 pa4-ns">
|
||||||
<div class="carousel-item active">
|
<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>
|
<h3>SDF Atlas</h3>
|
||||||
<p>
|
<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.
|
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>
|
<a class="b db" href="https://guide.handmade-seattle.com/c/2022/sdf-atlas/" target="_blank">Handmade Seattle Demo ➜</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<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>
|
<h3>Orca</h3>
|
||||||
<p>
|
<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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue