Chris Biscardi - Bevy: A case study in ergonomic Rust

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 27

  • @scriptozavr
    @scriptozavr 5 місяців тому +6

    Great talk Chris!

  • @제인-y9u
    @제인-y9u 5 місяців тому +8

    Great talk!

  • @flwi
    @flwi 5 місяців тому +8

    That was a great talk! Very easy to follow even for people like me who never heard about bevy.

  • @王翔-s7m
    @王翔-s7m 5 місяців тому

    If you are looking for how bevy’s Query system implemented, this may be a wrong place😂 to start

  • @dillon4248
    @dillon4248 5 місяців тому +10

    Fairly experienced with rust. Know nothing about bevy besides what it is. Took almost nothing useful away from this talk. Seemed like a bunch of gibberish jumping around. But maybe that's just me and it was meant for someone with a different background

    • @Alaestr
      @Alaestr 5 місяців тому +6

      I have the same feeling. I learned little about ergonomics…

    • @MateoC-f4n
      @MateoC-f4n 5 місяців тому +2

      it's probably aimed at people coming from something else and completely new to rust and ecs. I agree you'll get nothing of actual value besides of an okay overview of what you're going to be working with. Think about people with their entire careers resolving around c# and oop... or java. For them, seeing this is surely mind blowing.

    • @justanothercomment416
      @justanothercomment416 5 місяців тому +1

      Isn't he the guy that says he bans anyone who doesn't defend peedo files?

    • @MateoC-f4n
      @MateoC-f4n 5 місяців тому

      @@justanothercomment416 what is peedo files?

    • @justanothercomment416
      @justanothercomment416 5 місяців тому

      @@MateoC-f4n sound it out

  • @adrianscarlett
    @adrianscarlett Місяць тому

    0:06 nice try chris, but there's no 'h' in ayup... great presentation, I'm learning a lot from your knowledge of rust.

  • @Yotanido
    @Yotanido 3 місяці тому +1

    I have implemented a lite version of this dependency injection myself now. It was... an experience.
    Basically I wanted callback functions, but one of the parameters could have an arbitrary type parameter, and the return type could also have an arbitrary type parameter. (Bounded by traits, actually, but arbitrary enough)
    I think it's based on three traits and a struct wrapper... Took me a long time to even understand some of the issues that cropped up.
    (The most important one being the ability for a type to have multiple Fn implementations. I just didn't consider that at all and was wondering why it kept claiming my blanket impls weren't bound properly... So if you want to do something like this, keep that in mind.)

  • @WorstDeveloper
    @WorstDeveloper 5 місяців тому +37

    Could you please fullscreen the slides instead of putting it in a small box in the bottom left corner. It's hard/inconvenient to see the actual content.

    • @richsoftwareguy
      @richsoftwareguy 5 місяців тому +1

      Don't be cheap and just get UA-cam Premium. Then you can just pinch to zoom.

    • @WorstDeveloper
      @WorstDeveloper 5 місяців тому +2

      @@richsoftwareguy I already have UA-cam premium.

    • @WorstDeveloper
      @WorstDeveloper 5 місяців тому +7

      @@richsoftwareguy I'm not gen z, but ok. Maybe I don't want to zoom in on every video? Or maybe I'm using a device where I can't zoom in? Either way people seem to agree that it's not optimal to have that kind of layout, and I'm just trying to provide some feedback.

    • @eagle2com
      @eagle2com 5 місяців тому +4

      @@richsoftwareguy And this is why I'll never pay for youtube from principle, hiding zoom behind a paywall...
      There's plenty of alternative clients.

  • @brokenumbrellagames
    @brokenumbrellagames 4 місяці тому

    Exactly what I was looking for. Thank you!

  • @mbczxaydbzrkmszj
    @mbczxaydbzrkmszj 5 місяців тому

    I learned a lot, thanks Chris!

  • @andrewdunbar828
    @andrewdunbar828 5 місяців тому

    a parenthasee a parenthado

  • @jeffg4686
    @jeffg4686 5 місяців тому +1

    Chris, we need a fine-tuned LLM for Bevy development.
    And after fine tuning, further refining using constitutional AI / RLHF.
    Then a voice integration - so we can just talk our systems.
    Curious about when to implement a Command versus just another function for the reusable aspects?