-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.