Skip to content

Commit

Permalink
feat: press page for bevy_vello
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Aug 3, 2024
1 parent a8f1a38 commit 27e0bfa
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This is the [Jekyll](https://jekyllrb.com/docs/installation/) source for my blog. Pull requests welcome.

```shell
# Install, if not already installed
bundle clean --force
bundle install

# Serves to http://127.0.0.1:4000/
jekyll serve --livereload
```

Expand Down
60 changes: 60 additions & 0 deletions _posts/2024-08-03-press-bevy_vello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
layout: post
title: "Press: 'Compute-centric vector graphics using bevy_vello'"
description: "Lessons from making the first modern compute-centric vector graphic game for web"
date: 2024-08-01
modified: 2024-01-15
categories: rust graphics
youtubeId: VQGQhotekvY
---

I recently was invited to be a speaker at the [Bevy Meetup](https://www.meetup.com/bevy-game-development/), sponsored by [Rustunit](https://rustunit.com/). The recording is now availble, and you may find extra material below. *Thank you to <https://rustunit.com/>*.

{% include youtubePlayer.html id=page.youtubeId %}

## Download

- [Slides (Google Slides)](https://docs.google.com/presentation/d/14tBxPvYxchgvgJ7tejyfW__h3pPqoJbhLmpHAeFL0Bs)
- [Slides (download .pdf)](/assets/Compute-centric-vector-graphics-with-bevy_vello.pdf)
- [Slides (download .pptx)](/assets/Compute-centric-vector-graphics-with-bevy_vello.pptx)

## Citation

Please use the following attribution, if needed:

- **BibTeX**

{% raw %}

```tex
@misc{imbleau-2024,
author = {Imbleau, Spencer},
month = {8},
title = {{Compute-centric vector graphics using bevy_vello}},
year = {2024},
url = {https://www.youtube.com/watch?v=VQGQhotekvY},
}
```

{% endraw %}

- **BibLaTeX**

{% raw %}

```tex
@video{imbleau-2024,
author = {given-i=SCI, given=Spencer, family=Imbleau},
date = {2024-08-01},
title = {Compute-centric vector graphics using bevy_vello},
url = {https://www.youtube.com/watch?v=VQGQhotekvY},
}
```

{% endraw %}

- **APA** (*7th Edition*)

```text
Imbleau, Spencer C. & Rustunit. (2024, August 1). Compute-centric vector graphics using bevy_vello [Video]. YouTube. https://www.youtube.com/watch?v=VQGQhotekvY
```
Binary file not shown.
Binary file not shown.

0 comments on commit 27e0bfa

Please sign in to comment.