Skip to content

Commit 691831e

Browse files
committed
Write about dioxus post
1 parent 7af4531 commit 691831e

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

content/news/052/index.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ Feel free to send PRs about your own projects!
4040
- [Library Updates](#library-updates)
4141
- [egui_ratatui](#egui-ratatui)
4242
- [Popular Workgroup Issues in GitHub](#popular-workgroup-issues-in-github)
43-
- [Other News](#other-news)
43+
- [Interviews](#interviews)
4444
- [Metalmancy @ OpenSauce](#metalmancy-opensauce)
45+
- [Tiny Glade Developers Discuss Bevy, Proceduralism, Publishers & Cozy Games](#tiny-glade-developers-discuss-bevy-proceduralism-publishers-cozy-games)
4546
- [Meeting Minutes](#meeting-minutes)
46-
- [Discussions](#discussions)
47+
- [Blog Posts](#blog-posts)
4748
- [Requests for Contribution](#requests-for-contribution)
4849
- [Jobs](#jobs)
4950
- [Bonus](#bonus)
@@ -210,7 +211,7 @@ educational software at a startup with no issues so far.
210211

211212
<!-- Up to 10 links to interesting issues -->
212213

213-
## Other News
214+
## Interviews
214215

215216
### [Metalmancy @ OpenSauce][metalmancy_interview]
216217

@@ -252,10 +253,25 @@ or [join the next meeting][join].
252253

253254
[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting
254255

255-
## Discussions
256+
## Blog Posts
256257

257-
<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
258-
useful information -->
258+
### [Dioxus Labs + "High-level Rust"][dioxus-post]
259+
260+
This post by the founder of [Dioxus Labs][dioxus-labs] is a direct response to
261+
the recently published ["Leaving Rust gamedev after 3 years"][leaving-post] by LogLogGames.
262+
If you've missed the original post, it has made its rounds as a well-written critique of Rust's gamedev ecosystem and shortcomings
263+
inherent to the language itself.
264+
265+
[Dioxus Labs + "High-level Rust"][dioxus-post] is a detailed response to the original post, outlining concrete steps to improve the situation
266+
and signaling the author's readiness to fund the development of features they see as necessary for the ecosystem to thrive.
267+
268+
_Discussions: [lobste.rs](https://lobste.rs/s/dsqumn/dioxus_labs_high_level_rust),
269+
[/r/rust](https://www.reddit.com/r/rust/comments/1dkzzn5/dioxus_labs_highlevel_rust/),
270+
[Hacker News](https://news.ycombinator.com/item?id=40766805)_
271+
272+
[dioxus-post]: https://dioxus.notion.site/Dioxus-Labs-High-level-Rust-5fe1f1c9c8334815ad488410d948f05e
273+
[dioxus-labs]: https://dioxuslabs.com/
274+
[leaving-post]: https://loglog.games/blog/leaving-rust-gamedev/
259275

260276
## Requests for Contribution
261277

templates/shortcodes/embed_video.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
#} -->
77
<video controls autoplay muted loop>
8-
<source
9-
type="{{ type }}" src="{{ src }}"
8+
<source type="{{ type }}" src="{{ src }}"
109
onerror="parentNode.parentElement.innerText = 'Sorry, this video does not exist or your browser does not support the video codec. Try a different browser!'" />
11-
</video> {% if caption %}<em>{{ caption }}</em>{% endif %}
10+
</video> {% if caption %}<em>{{ caption }}</em>{% endif %}

0 commit comments

Comments
 (0)