Discussion about this post

User's avatar
Amitayas Banerjee's avatar

Are you planning for it to have a Metal backend on Mac in future?

Expand full comment
Bruno De Angelis's avatar

A cool thing to see covered would be separation of simulation and rendering, it's a classic that I've had problems finding good posts where all is detailed.

I know this may be a bit off-topic but bear with me: I'm currently working on a client raylib + server ENet little multiplayer top-down demo, all in Odin, and I'm struggling with the separation of simulation and rendering in combination with networking. I'm making use of the "render tick" technique/method described by Jon Blow and Jakub (https://jakubtomsu.github.io/posts/fixed_timestep_without_interpolation/).

How do you avoid rubber-banding when very quickly tapping and releasing D to move, so quickly that you don't get to execute your simulation step (every 1/30s when you send your MOVE packet), but you do execute your render tick (as it happens every frame, 175hz in my monitor). This is my current issue. Maybe you have some thoughts thanks Karl :)

Expand full comment
4 more comments...

No posts