8000 Newsletter 3: Gravisim · ozkriff/rust-gamedev.github.io@26b4aaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 26b4aaa

Browse files
committed
Newsletter 3: Gravisim
1 parent c53b63d commit 26b4aaa

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

_drafts/newsletter-003.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: "This Month in Rust GameDev #3 - October 2019"
44

55
<!-- markdownlint-disable no-trailing-punctuation -->
66

7-
<!-- TODO: Check the post with markdownlint-->
8-
<!-- TODO: break all long lines! -->
9-
107
Welcome to the third issue of the Rust GameDev Workgroup’s
118
monthly newsletter.
129

@@ -839,11 +836,21 @@ or [join the next meeting][join].
839836
<!-- Bonus section to make the newsletter more interesting
840837
and highlight events from the past. -->
841838

842-
**TODO**: ???
839+
Just an interesting Rust gamedev link from the past. :)
840+
841+
[![Gravisim screenshot](/assets/newsletter-003/gravisim.png)][gravisim-ann]
842+
843+
[Gravisim][gravisim-src] by [@bcamp1]
844+
is a simulation of universal gravitation.
845+
It uses [Newton's Law for Universal Gravitation][unigrav]
846+
to run an n-body physics simulation.
843847

844-
- <https://github.com/bcamp1/Gravisim>
848+
[Check out a video demo in this /r/rust announcement.][gravisim-ann]
845849

846-
- <https://reddit.com/r/rust/comments/atdkeg/ive_been_making_a_gravity_simulator_using>
850+
[gravisim-src]: https://github.com/bcamp1/Gravisim
851+
[gravisim-ann]: https://reddit.com/r/rust/comments/atdkeg/ive_been_making_a_gravity_simulator_using/
852+
[@bcamp1]: https://github.com/bcamp1
853+
[unigrav]: https://en.wikipedia.org/wiki/Newton%27s_law_of_universal_gravitation
847854

848855
------
849856

assets/newsletter-003/gravisim.png

21.1 KB
Loading

0 commit comments

Comments
 (0)
0