Sharing systems between client and server [Making an MMO - E11]

Поділитися
Вставка
  • Опубліковано 24 сер 2021
  • Today we reorganize some more! The last reorganization (for now) is to add all of our client specific logic into shared packages so that both the client and server can share code when building their physics simulation. That said, input handling and rendering will still remain "client specific". Finally, we built a common struct which will represent our system. This way we can dynamically build arrays of systems and execute them as needed in our game loop.
    ⁍ Series: bit.ly/MakingAnMMOPlaylist
    ⁍ VOD: • [E11 MMO Dev Livestrea...
    This tutorial series is about creating an MMO from (almost) scratch. We will be coding in Golang and we will use libraries where appropriate. I will stay at a fairly high level for most things, but let me know if you want a more intensive study on any individual topic and I'll try to make an episode where possible.
    Thanks for watching! Happy to answer any questions!
    // Repository: github.com/unitoftime/mmo
    // Play: mythfall.com
  • Наука та технологія

КОМЕНТАРІ • 7

  • @UnitOfTimeYT
    @UnitOfTimeYT  2 роки тому

    Update: I now stream on UA-cam.
    Original Comment:
    Hi all, trying something new. Going to start livestreaming development ( www.twitch.tv/unitoftime ) and post the VODs here. But will make some summary-type videos (like this) to explain the high-level of what we did. You can check out the VOD for this episode ( ua-cam.com/video/_-Rt3IEZYL4/v-deo.html ) to see the end of the livestream (This one was accidentally cutoff at the start, sorry!). Let me know what you think!

  • @AAAA-cn2qk
    @AAAA-cn2qk Рік тому +1

    What song is 0:00 - 0:32?

    • @UnitOfTimeYT
      @UnitOfTimeYT  Рік тому +1

      Hey! It's called "Simple" by Patrick Patrikios. I found it in UA-cam's music library, but there's a link here too: ua-cam.com/video/0KnIljKiBNU/v-deo.html

  • @programming1549
    @programming1549 Рік тому

    What program do you use to draw the graphs in this video? I am looking for a good graph drawing program for Linux....

    • @UnitOfTimeYT
      @UnitOfTimeYT  Рік тому

      For this video I used draw.io - but I have also used manim in the past (for more visualization type things)

  • @nairam1519
    @nairam1519 2 роки тому +1

    Hi