Skip to content

Commit cb4645d

Browse files
Newsletter 7: Add fix your timestep blog post (#83)
1 parent 6ca59c5 commit cb4645d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
94.1 KB
Loading

content/posts/newsletter-007/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,18 @@ February's full weekly devlogs: "This Week In Veloren...":
529529

530530
## Library & Tooling Updates
531531

532+
### [Fix Your Time Step in Rust and GGEZ][fyt-ggez]
533+
534+
[![Demonstration of interpolation](fyt-ggez.gif)][fyt-ggez]
535+
536+
[joetsoi] has written [a blog post][fyt-ggez], demonstrating how the concepts from the well-known '[Fix Your Timestep][fyt]' article can be applied when making games with Rust and GGEZ.
537+
538+
The examples are very well explained, and can easily be translated to other engines, so it's worth checking out even if you're not a GGEZ user!
539+
540+
[joetsoi]: https://joetsoi.github.io
541+
[fyt-ggez]: https://joetsoi.github.io/fix-your-timestep-rust-ggez/
542+
[fyt]: https://gafferongames.com/post/fix_your_timestep/
543+
532544
### savefile 0.6.1
533545

534546
[savefile] is a serialization crate used to effortlessly serialize rust crates

0 commit comments

Comments
 (0)