Ep. 013 // Managing Data Flow in SwiftUI and RealityKit apps Using an EnvironmentObject

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

КОМЕНТАРІ • 12

  • @mica00ela
    @mica00ela 3 роки тому

    Thanks for another clear video... I really love that you highlighted the relevant documentation, it's so useful. Looking forward to the next one passing the info to the ARView!

    • @realityschool
      @realityschool  3 роки тому

      Thanks for the feedback, Micaela! 🙏🏼

  • @mingzhe6653
    @mingzhe6653 3 роки тому +1

    the course is easy to understand, nice video, best teacher, Thanks Ryan!

    • @realityschool
      @realityschool  3 роки тому

      Thank you Ming Zhe 🙏🏼 Your words of encouragement mean a lot to me!
      Best,
      Ryan

  • @matthardie3058
    @matthardie3058 3 роки тому +1

    Hi Ryan, thanks for these really understandable tutorials.
    This is probably a very basic question but I am new to swiftUI, but if possible it would be great to see how you would create a set of on-boarding screens (carousel) when a user initially downloads the app, to have a more complete app experience.
    Looking forward to your next video.

    • @realityschool
      @realityschool  3 роки тому

      Hey Matt, happy to hear that the videos are helpful! I’ve noted your request for a tutorial about onboarding flow. I’m obviously happy that you’re learning SwiftUI with me but if you want some additional resources, here are two amazing SwiftUI resources:
      1. designcode.io/swiftui-ios14
      2. www.hackingwithswift.com/100/swiftui
      Hope that helps!
      Best,
      Ryan

  • @williammoten5358
    @williammoten5358 3 роки тому +1

    Hi Ryan! I'm following your tutorials and you're blowing my mind. I'm a self taught python programmer working in Animation. I've been learning swift through these tutorials. I usually have to stop and google things but I prefer it that way. Thanks for keeping a good pace.
    I want to supplement my swift knowledge coming from a python background, with the ultimate goal of making a bunch of AR apps. Is there a Swift course somewhere online that you'd recommend?

    • @realityschool
      @realityschool  3 роки тому +1

      Hey William, happy to hear that you’re enjoying the tutorials. Coming from Python, I think you should be able to pick up Swift rather swiftly 😆
      There are many places to learn Swift but I’ll recommend two here:
      1. 100 Days of Swift by Paul Hudson: www.hackingwithswift.com/100
      2. Learn Swift by DesignCode (Meng To): designcode.io/swift4
      Apple also has great intro to Swift resources: developer.apple.com/swift/resources/
      Hope this helps!
      Best,
      Ryan

    • @williammoten5358
      @williammoten5358 3 роки тому

      @@realityschool
      I tried to procedurally generate thumbnails and work ahead, I ended up crashing my app. if i comment out loadTextures, the app runs fine. But obviously not as pretty.
      github.com/wmoten/ARkit/blob/main/ARF/Model.swift
      is this something you're going to cover?

  • @csuparna
    @csuparna 3 роки тому

    Hi Ryan, I have been following your tutorials for the last few months learn't a lot. It's easy to understand even for a newbie like me. Are you planning to post the next video soon. I can't wait to see the complete App. Thank you so much for doing these tutorials. Truly appreciate the learnings !!!

    • @realityschool
      @realityschool  3 роки тому +1

      Thank you! My objective is to make the videos engaging and beginner-friendly - so happy to hear it’s working :) each video takes about 1 to 2 weeks to make. So next one should be next week or the week after 👍🏼

    • @csuparna
      @csuparna 3 роки тому

      @@realityschool HI Ryan, I did your BodyTracking tutorial successfully.I was trying to put some clothes on the rig, like placing a 2D pant image on the root position but didn't work. Do you think it's possible?