10000 Newsletter 3: Fix discussion links by ozkriff · Pull Request #37 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content

Newsletter 3: Fix discussion links #37

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 2 commits into from
Nov 8, 2019
Merged
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions _drafts/newsletter-004.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ Feel free to send PRs about your own projects!
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!

<!--
TODO: Add real links and un-comment once this post is published
**Discussions of this post**:
[/r/rust](https://reddit.com/r/rust/comments/dt3uc9/this_month_in_rust_gamedev_3_october_2019),
[twitter](https://twitter.com/rust_gamedev/status/1192539926161702913).
[/r/rust](TODO),
[twitter](TODO).
-->

[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
[@rust_gamedev]: https://twitter.com/rust_gamedev
Expand Down
9 changes: 3 additions & 6 deletions _posts/2019-11-07-newsletter-003.md
< 8000 /form>
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Also, check out /r/rust ["The Mun programming language is going live!" post][mun

![ultraviolet benchmarks table](/assets/newsletter-003/ultraviolet-benches.png)

[ultraviolet] by [@termhn] is a crate to do basic, computer-graphics-related,
[ultraviolet] by [@fu5ha] is a crate to do basic, computer-graphics-related,
linear algebra, but fast, by taking full advantage of [SIMD].

> <...> To do this, it uses an "SoA" ([Structure of Arrays][aos_soa])
Expand Down Expand Up @@ -868,12 +868,9 @@ Feel free to send PRs about your own projects!
Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev]
or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news!

<!--
TODO: Add real links and un-comment once this post is published
**Discussions of this post**:
[/r/rust](TODO),
[twitter](TODO).
-->
[/r/rust](https://reddit.com/r/rust/comments/dt3uc9/this_month_in_rust_gamedev_3_october_2019),
[twitter](https://twitter.com/rust_gamedev/status/1192539926161702913).

[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev
[@rust_gamedev]: https://twitter.com/rust_gamedev
Expand Down
0