Skip to content

Add a few articles from 2019 written by the author of ggez #548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/resources/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ description = "Post-mortem"
categories = ["article"]
homepage_url = "//thiolliere.org/jekyll/update/2016/10/29/a-game-in-Rust.html"

[[items]]
name = "A Guide to Rust Game Frameworks (2019)"
description = "A quick overview of a few frameworks for developing games, by the author of ggez"
categories = ["articles"]
homepage_url = "//wiki.alopex.li/AGuideToRustGameFrameworks2019"
archived = true

[[items]]
name = "A Guide to Rust Graphics Libraries (2019)"
description = "A quick overview of a few graphics libraries, by the author of ggez"
categories = ["articles"]
homepage_url = "//wiki.alopex.li/AGuideToRustGraphicsLibraries2019"
archived = true

[[items]]
name = "Ashen Aetna"
description = "A tutorial on/in/about/with 3D graphics, Rust, Vulkan, ash"
Expand Down