Skip to content
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
Binary file added content/posts/newsletter-007/fyt-ggez.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/posts/newsletter-007/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,18 @@ February's full weekly devlogs: "This Week In Veloren...":

## Library & Tooling Updates

### [Fix Your Time Step in Rust and GGEZ][fyt-ggez]

[![Demonstration of interpolation](fyt-ggez.gif)][fyt-ggez]

[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.

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!

[joetsoi]: https://joetsoi.github.io
[fyt-ggez]: https://joetsoi.github.io/fix-your-timestep-rust-ggez/
[fyt]: https://gafferongames.com/post/fix_your_timestep/

### savefile 0.6.1

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