Component Hooks, Quill UI Demo, and Procedural applications - This Week in Bevy

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 21

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

    Updates:
    N Puzzle With Walls got a link to the repo: github.com/Rabbival/N-Puzzle-With-Walls

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

    Yo! Thanks for the mention on the perlin noise forrest with a rough day night cycle I created. Much Love

  • @aucer7904
    @aucer7904 6 місяців тому

    Sooooo exciting to see these amazing creations!

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

    6:00 my project!
    I actually posted the link to the (now public) repo about a week ago, I can't send it here do to yt removing messages with links, but it's on the showcase channel in the bevy server

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

      I can post the link :) github.com/Rabbival/N-Puzzle-With-Walls

  • @KT-iu4hj
    @KT-iu4hj 6 місяців тому

    Thank you for sharing this. :)

  • @zirconium5849
    @zirconium5849 6 місяців тому +1

    "Short warning for the next page which does not have dark mode"

  • @queenofsquiggles
    @queenofsquiggles 6 місяців тому

    Whoah that's my crate! Cool! ( 08:09 )

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

    I feel like bevy is going to start giving unreal engine a run for it's money when it comes to 3D rendering. Seems that bevy developers not having to worry about C++ stability will harbor the environment for bevy to grow much faster

  • @sunofabeach9424
    @sunofabeach9424 6 місяців тому +3

    never understood why would you need hooks in ECS. you like already can hook everything to anything in any order using the game loop

    • @chrisbiscardi
      @chrisbiscardi  6 місяців тому +1

      hooks make it easier to uphold invariant-style functionality like: "Any time X component is added or removed, add it or remove it from an index". Especially as a third-party crate when you don't have control over what a user is spawning or when they're inserting components.

    • @sunofabeach9424
      @sunofabeach9424 6 місяців тому +1

      @@chrisbiscardi that's gonna complicate things but oh well. Bevy won't stay simple forever

  • @АлексейПрищепа-ы9щ
    @АлексейПрищепа-ы9щ 3 місяці тому

    i can't found project "Quill UI Demo". Where from i can get this project? There is only a library In official repository without demo binary

  • @TimTeatro
    @TimTeatro 6 місяців тому

    Hmm. Where did you find that Quill demo? I cloned the repo and ran all of the demos and couldn't find it :S I'm leading on an app that would benefit from a good node graph library. Unfortunately, egui_node-graph is abandoned. Any suggestions from onlookers welcomed.

    • @chrisbiscardi
      @chrisbiscardi  6 місяців тому +1

      the demo was only shared as a video, I'm not sure the code is uploaded anywhere at the moment. You might be able to ask in the discord thread for the demo listed on the website.

    • @TimTeatro
      @TimTeatro 6 місяців тому

      @@chrisbiscardi Thanks!

  • @crab-cake
    @crab-cake 6 місяців тому +1

    does anyone know how far along the editor is? i don't pay a ton of attention to bevy development

    • @chrisbiscardi
      @chrisbiscardi  6 місяців тому +1

      The editor is still a goal being worked towards from various angles but there is no "test build" you can flip on yet.

  • @HdeHidratado
    @HdeHidratado 6 місяців тому

    hey love your videos and always what them. Sometimes I like to watch on my phone, though, and it would be awesome if you zoomed in on the pages that have text. Just enough for there to be no empty spaces on the sides would already be awesome.
    thanks for the great content

    • @chrisbiscardi
      @chrisbiscardi  6 місяців тому

      I'll re-evaluate the zoom level in the future. Glad you're enjoying the videos!

  • @catnipfyi
    @catnipfyi 6 місяців тому

    yay :)