Пікірлер
@lMINERl
@lMINERl 2 күн бұрын
man your streaming times are too weird. plz make a schedule XD
@indiedevcasts
@indiedevcasts 2 күн бұрын
@@lMINERl this was an extra stream :) just because I have a day off. But regular streams will be on Tuesday, Wednesday and Thursday around 9:30p.m CEST I might have an extra stream times to times during the weekend. Maybe one day I'll be able to do this all day who knows 😊 and it will be easier for ppl to catch up
@eduwric
@eduwric Ай бұрын
Congrats man. I was searching for a tool like that to test our endpoints.
@indiedevcasts
@indiedevcasts Ай бұрын
@@eduwric Glad it's helpful! In which context are you using it (private, open source, personal?) just curious ? I'm currently working on the 0.5 !
@lMINERl
@lMINERl Ай бұрын
looks great , well done keep it up
@clivalycardoso8606
@clivalycardoso8606 4 ай бұрын
Do u have a vídeo with How configure a visual editor for bevy like yours? Nice vídeo, im learning bevy and Rust together kk
@indiedevcasts
@indiedevcasts 4 ай бұрын
Just follow the Readme of this crate (link to the specific section): github.com/jakobhellermann/bevy-inspector-egui/?tab=readme-ov-file#worldinspectorplugin You will see it's just few lines of code :)
@lMINERl
@lMINERl 6 ай бұрын
Great news ozz-animation-rs is built on bevy you can try buy building the demo folder. GL and keep up the good work
@indiedevcasts
@indiedevcasts 6 ай бұрын
Yes that's what I saw yesterday. Unfortunately it doesn't support skinning yet! But it's in development :) I'll definitely try it once it's ready. Looks really promising, especially if I want to build my own system on top of it.
@polkapulse5147
@polkapulse5147 6 ай бұрын
Great work, hope you can stick on it !
@indiedevcasts
@indiedevcasts 6 ай бұрын
Oh thanks ☺️ ! Your words mean a lot ! I'll stick on it definitely. At the moment streams are every Wednesdays and Sundays around 9:30pm CET
@alternativepotato
@alternativepotato 6 ай бұрын
What did you do to fix the weird shadows on your character from last video?
@indiedevcasts
@indiedevcasts 6 ай бұрын
Just upgrading the Bevy version. From what I remember I explain it at the beginning :) but here are the technical details bevyengine.org/news/bevy-0-12/#pcf-shadow-filtering
@alternativepotato
@alternativepotato 6 ай бұрын
@@indiedevcasts oh thanks
@alternativepotato
@alternativepotato 6 ай бұрын
Oh i see now the pointlightbundle doesnt have yet that feature
@indiedevcasts
@indiedevcasts 6 ай бұрын
@@alternativepotato interesting 🤔 I'm surprised they didn't manage the shadows the same way with the rendering pipeline.
@indiedevcasts
@indiedevcasts 5 ай бұрын
​@@alternativepotatofor info progress has been made on this topic : twitter.com/pcwalton/status/1778239812656595296?t=ogFyZ9LV902iqCgrmTMr6w&s=19
@cayman_islands
@cayman_islands 7 ай бұрын
where code?
@indiedevcasts
@indiedevcasts 7 ай бұрын
Hi, sorry but I don't provide open source code for this project. I plan to make a full 3d Bevy course at some point where people can access material
@morgomi
@morgomi 9 ай бұрын
thanks!
@baxiry.
@baxiry. 9 ай бұрын
zig
@snwdn
@snwdn 10 ай бұрын
Thank you for the last two videos. I hope you'll continue on with this series about animations in Bevy!
@indiedevcasts
@indiedevcasts 10 ай бұрын
Thanks for the feedback! Yes I will continue to explore animations in Bevy. I need to animate my own character. Next videos will be about the input system and how I control the character movements.
@goshawk_fly
@goshawk_fly 10 ай бұрын
If I understand in right way, it's better to use external .json file for keymap and other general things (for any game engine). How to create it in Bevy?
@indiedevcasts
@indiedevcasts 10 ай бұрын
Hey! I'm currently working on the input manager to have something a bit more generic (gamepads, mouse, keyboard, ...). I recommend to use github.com/Leafwing-Studios/leafwing-input-manager ! Regarding how to save the input config by the player, I think you can use any format that you find suitable for your game (yaml, json, ...). It really depends on what you want to serialize, but for configs json is fine and you have the excellent serde library to serialize or deserialize. The challenge is to correctly handle the different operating systems and how to access the filesystem. Handling paths on Windows can lead to really weird edge cases and is different from Linux (even if Rust makes it easier to handle OS differences). Maybe take a look here: github.com/tecbeast42/bevy-settings. I will make videos on those topics once I reach an interesting state.
@goshawk_fly
@goshawk_fly 10 ай бұрын
It's single guide entire KZbin about third person game in Bevy!
@lMINERl
@lMINERl 10 ай бұрын
Bevy animation is a hell on earth, clearly in a larger project youll need animation masking, and god help you if you need to animate it manualy from bevy then you figure out you need to export your scene from blender from the origin.
@indiedevcasts
@indiedevcasts 10 ай бұрын
Yep it's far from being perfect but the team and contributors are doing an amazing job to bring value in each release. Bevy is a relatively new project but I can tell they have the right amount of features, sponsoring, and dedication. Waiting for a better support of animations, a solution might be to blend them in Blender. But I agree it's only ok with small projects.
@lMINERl
@lMINERl 10 ай бұрын
Nice its very detailed and clear to understand. Keep it up you are the only one i found who touch bevy 3d animations in detail with clean code.
@indiedevcasts
@indiedevcasts 10 ай бұрын
Thanks for the feedback, much appreciated !
@larperdixon723
@larperdixon723 11 ай бұрын
I would absolutely love to see multiple animations and transitions between animations
@indiedevcasts
@indiedevcasts 11 ай бұрын
It's definitely something I'll need to do for my game so should be in one of the next videos 👍
@lMINERl
@lMINERl 10 ай бұрын
​@@indiedevcastsjust in case ill sub but i when i asked about this bevy doesnt support animation transition or bending animation till 0.12
@larperdixon723
@larperdixon723 11 ай бұрын
Dude this was exactly what I was looking for. THANK YOU. this is huge
@indiedevcasts
@indiedevcasts 11 ай бұрын
Glad to know it helped you ! Be sure to subscribe and activate the notifications I will add more content like that ✌️
@devzer0xFF
@devzer0xFF Жыл бұрын
Hello, Julian. I like your blog, but I can't add your blog to my Inoreader Feeds. Will you consider adding RSS features to your blog?
@indiedevcasts
@indiedevcasts Жыл бұрын
Hey @devzero sorry for the late reply! I had not seen your comment before. Yes definitely! It's funny because right now I'm writing an article mentioning it. It's on my priority list. I want to add lot more content to my website so it totally makes sense.
@indiedevcasts
@indiedevcasts Жыл бұрын
It's now available, thanks for your patience. You can find the new website version on indiedevcasts.com/ where the RSS feed is available. Or directly via indiedevcasts.com/atom.xml. Thank you for following Indiedevcasts!
@devzer0xFF
@devzer0xFF Жыл бұрын
@@indiedevcasts Awesome!
@RobertoMaurizzi
@RobertoMaurizzi Жыл бұрын
Please check your volume levels, I have trouble hearing you 😞 First video was similar, the second one had good volume levels.
@indiedevcasts
@indiedevcasts Жыл бұрын
Oh really? Thank you for the feedback. I'll fix this for the next one ! 🙏
@indiedevcasts
@indiedevcasts Жыл бұрын
@RobertoMaurizzi I verified on two different desktop web setups - and the sound is correct even at mid-level from OS (and full on YT). I tried with 144p / 1080p and both qualities are listenable. However on the mobile app, it's indeed quite different as you can't control the volume from the YT application and you need to be at the maximum level on your mobile. Next time I will make sure it works well on the app. Can you just confirm it was on the mobile app on your side? Anyway, thanks for watching my videos and letting me know about it!
@RobertoMaurizzi
@RobertoMaurizzi Жыл бұрын
@@indiedevcasts I just tested on both my laptop, with both speakers and headset, and my mobile: it's still low enough that with any external noise I can't understand some words you say. My laptop isn't especially loud and as you say on mobile you have only one quite limited volume control. My guess is you have an audio driver that allows you to set a higher volume range and/or better headeset and speakers 😅 Thanks for checking!
@indiedevcasts
@indiedevcasts Жыл бұрын
@@RobertoMaurizzi thanks a lot for checking, I'll try to find why and I'll compare the different videos . Happy end of year :) for a change
@RobertoMaurizzi
@RobertoMaurizzi Жыл бұрын
Happy New Year to you too! 🎉
@Syeno
@Syeno Жыл бұрын
I'll join your community, man! Sorry it took me a month to find your video lol. Lets do this! I just started using LDtk too and so far its amazing. P.s. I use Godot as my gamedev engine. Its really powerful and a tiny file. Sonic Colors was made on it. Its free.
@indiedevcasts
@indiedevcasts Жыл бұрын
Hey! Cool thank you for your support ! Let's share this adventure! Ldtk is amazing indeed ! It offers a lot of possibilities to build levels :) a tool of choice.