Skip to content

Commit

Permalink
Add video feed
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Sep 29, 2024
1 parent 99ad365 commit 12ec39b
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 5 deletions.
13 changes: 13 additions & 0 deletions content/video.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
feed:
enable: true
title: Tristan's videos
---

# Video

My video ([rss feed](video.xml)):

```query {.timeline}
path:video/*
```
5 changes: 5 additions & 0 deletions content/video/2024-02-19-opJuicer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# opJuicer

:::{.flex .items-center .justify-center}
<iframe width="560" height="315" src="https://www.youtube.com/embed/O5W2TMFiKpo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
:::
5 changes: 5 additions & 0 deletions content/video/2024-04-21-19th-century-piano-fracal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 19th Century Piano Fractal

:::{.flex .items-center .justify-center}
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLOA1Lq_GM0VvsnCyvoBjul7rYEBAAkN_s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
:::
7 changes: 7 additions & 0 deletions content/video/2024-05-18-microRakt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# microRakt

:::{.flex .items-center .justify-center}
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLOA1Lq_GM0VtxqAsQJzxr8SsgdiUXOvY2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
:::

https://www.youtube.com/watch?v=HpfZpEdNx-g&list=PLOA1Lq_GM0VtxqAsQJzxr8SsgdiUXOvY2&pp=gAQBiAQB
17 changes: 17 additions & 0 deletions content/video/2024-09-29-strudel-shader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Strudel Shader

My piano phase with #strudel :)
I missed a few transitions and I forgot to pan the patterns, but this is my first performance using this system and I hope you'll like it!
The code is in my animation-fractal branch and I would appreciate feedback to integrate this shader feature in strudel.

:::{.flex .items-center .justify-center}
<iframe width="560" height="315" src="https://www.youtube.com/embed/M7U3vGOQsTc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
:::

Checkout the source code: https://strudel.cc/?wzPJ7F0q33TX

Here is the initial demo where I integrated the Truchet + Kaleidoscope FTW shader by @range_marten in #strudel:

:::{.flex .items-center .justify-center}
<iframe width="560" height="315" src="https://www.youtube.com/embed/NudZWDzVt-Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
:::
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs = {
emanote.url =
"github:srid/emanote/f825dc8688762b49c0d2f958a0d300baa0601c58";
"github:srid/emanote/48f5ea185873e7b6ee5ab9544a31a8325aea5b61";
nixpkgs.url =
"github:NixOS/nixpkgs/3665c429d349fbda46b0651e554cca8434452748";
};
Expand Down

0 comments on commit 12ec39b

Please sign in to comment.