Making an FPS game with Bevy and Rust!

  Рет қаралды 28,380

Biped Potato

Biped Potato

Күн бұрын

I made a First Person Shooter completely from scratch in Bevy with Rust and an ECS system!
Give video editing feedback in the comments because I've been trying a new style of editing in this video if you've noticed :).
Code: github.com/Biped-Potato/bevy_...
Join my discord!:
/ discord
Software used:
Bevy: bevyengine.org
VScode:code.visualstudio.com
Blender:www.blender.org
Adobe premiere pro: visualstudio.microsoft.com/
OBS studio: obsproject.com/
Audacity: www.audacityteam.org/
If you liked this video here are some youtubers who i like to watch and am inspired by:
Dani: / danidev
Makes entertaining and fun videos is making an fps called karlson!
Cherno: / thechernopr. .
Really good videos and tutorials about graphics programming mostly.
PolyMars: / polymars .
Enjoys learning lots of frameworks which is his main focus.
Barji: kzfaq.info/love/z3l...
Has a lot of interesting gamedev challenges on his youtube.

Пікірлер: 59
@bipedpotato
@bipedpotato 11 ай бұрын
Video editing feedback below
@FileStriker7
@FileStriker7 11 ай бұрын
I really liked that you put the effort in to add sound effects, but I think the timing is a bit off. E.g. at 0:19 the effect could come a bit earlier. At around 7:00 you added screaming in the background. For my taste it was a bit to long, and the cut off a bit odd.
@bipedpotato
@bipedpotato 11 ай бұрын
@@FileStriker7 lol I definitely keep that in mind
@blatrump
@blatrump 7 ай бұрын
In 2:11 there is a sound gap error, I doubt that is intentional. The music feelds randomly added, when you start explaining, because there was no background before.
@bipedpotato
@bipedpotato 7 ай бұрын
Honestly looking back at this video i do agree, the sound effects were supposed to be an attempt to increase viewer engagement but they did more harm than good in an explanationy sort of video that definitely doesn’t target a younger viewerbase.
@Perspectologist
@Perspectologist 11 ай бұрын
This was great to see. Eventually I want to make a simple game in Bevy. It was also nice to see Blender. The editing was fine and your narrative was compelling. Great job!
@bipedpotato
@bipedpotato 11 ай бұрын
Thanks so much man that means a lot!
@sweglord227
@sweglord227 16 күн бұрын
cargo fix only really does bandaid fixes. like if you have unusded variables it will only add an underscore to the start of the variable's name to tell the compiler to ignore it, when it's better to delete the variable in most cases
@Em0L0rd
@Em0L0rd 26 күн бұрын
1:42 gamedev aside. Holy you're actually good at gridshot (look it up im too lazy to explain). I can tell you're a pro gamer
@danielbuenrostro
@danielbuenrostro 8 ай бұрын
Bro, the death animation is so funny. Don´t ever change it. Great video!
@rHino122295
@rHino122295 10 ай бұрын
Great work man. Cool to see videos like this
@samcousins3204
@samcousins3204 11 ай бұрын
cool stuff dude! video editing was great although there's sort of a weird mix in your creative style between a more academic, talk-through style explanation video and an entertainment-focused showcase. like the little joke sound effects fit better for a sort of goofier showcase video but then simultaneously you've created a very linear, well-explained explanation video, almost like a school project - a chiller style I really enjoy! I think you should try to lean into one of these two styles more - either academic or silly - as a mix of the two is sort of confusing sometimes
@bipedpotato
@bipedpotato 11 ай бұрын
Thanks man yeah i should definitely find out which style is right for me.
@johanngambolputty5351
@johanngambolputty5351 8 ай бұрын
Interesting video nonetheless, but I kinda expected this to be talking through the code/journey with figuring out ECS, it didn't really feel like much of the video was about ECS/bevy/rust, they're just kinda mentioned as an easter egg
@bipedpotato
@bipedpotato 8 ай бұрын
Yeah i guess i could sort of emphasize that more but i think it might seem a bit repetitive since there is only so much we can talk about with ECS once you get into it.
@ilaik
@ilaik 6 ай бұрын
Very cool, definitely subbed. I would love it if you showed some code and the experience of coding in rust+bevy.
@bipedpotato
@bipedpotato 6 ай бұрын
i was going to add the link in the description but i was too lazy so here it is and i also added it to the description for future viewers lol, github.com/Biped-Potato/bevy_fps_game
@ilaik
@ilaik 6 ай бұрын
@@bipedpotato i mean in the vid, you could show the code itself. A bit more technical
@ColinFox
@ColinFox 7 ай бұрын
This was great, but I was kind of hoping/expecting you to do a summary at the end of what your experience was like using Bevy + rust, and if you would continue to use it for other games.
@bipedpotato
@bipedpotato 7 ай бұрын
yeah i probably should have stayed more on point, thanks!
@jamesmantooth7364
@jamesmantooth7364 9 ай бұрын
Well done sir.
@v4ssili
@v4ssili 10 ай бұрын
Nice video! Certainly a great MVP for a bevy FPS game :) Can you tell us a bit on how you added the different colliders for the enemy? Is there a way to set it up through Blender so it will be turned into Rapier colliders when loading the GLTF models/ initializing the entities in Bevy? Or is this a manual step where you need to specify the dimensions etc. for each of the limbs?
@bipedpotato
@bipedpotato 10 ай бұрын
So i navigated through the bevy hierarchy and added cuboid colliders to the bone entities for the head,body,legs etc. However one thing to consuder is that i cannot find a way to procedurally move the bones without animation ovveriding them which is annoying.
@odishosamano5663
@odishosamano5663 10 ай бұрын
awesome stuff!
@thavrisco1632
@thavrisco1632 10 ай бұрын
I'd pay AAA prices for this one
@bipedpotato
@bipedpotato 10 ай бұрын
Lol thanks bro
@meanmole3212
@meanmole3212 3 ай бұрын
Any problems with the physics when you slide against walls, walk up stairs or walk slopes (while sliding walls)?
@bipedpotato
@bipedpotato 2 ай бұрын
physics isnt the main focus of this video so I dont really know as using one mesh for collision with a library you didn’t write is probably not a good implementation
@chris-forest
@chris-forest 6 ай бұрын
Pretty damn good video, any chance you're willing to share a repo of the code base to help other learns?
@bipedpotato
@bipedpotato 6 ай бұрын
github.com/Biped-Potato/bevy_fps_game sorry for the late response but i've been pretty down lately
@moe__dev
@moe__dev 8 ай бұрын
Nice work tho!
@execute214
@execute214 4 ай бұрын
I really don't get how multiplayer ECS works. after a while of researching, I've only gotten vague answers with little to no detail.
@blamechickenman7434
@blamechickenman7434 9 ай бұрын
yoo this is sick, been looking to make an FPS myself. what resources did you use to help you make this? theres not a whole lot out there for bevy + FPS development, so some pointers would be nice!
@bipedpotato
@bipedpotato 9 ай бұрын
So i didn't really need much to do this because in my head i had always understood how a first person shooter works internally. Something that really helped was the raycasting feature in bevy rapier 3d as well as the mesh colliders you could create with some hacky programming that handled all the physics for me. I usually dont make 3d games so bevy rapier was a great help.
@blamechickenman7434
@blamechickenman7434 9 ай бұрын
@@bipedpotato cheers, ill look into how a first person shooter works. and of course look further into bevy rapier, only issue is the rapier code on their website is outdated. found a github repo for an fps controller so will look into that further. thanks again.
@aryasenaputra-jb4vx
@aryasenaputra-jb4vx 3 ай бұрын
awesome!
@JohnDoe-np7do
@JohnDoe-np7do 3 ай бұрын
Lol actually goated
@joshnjoshgaming
@joshnjoshgaming 7 ай бұрын
nice video.. ahee :3!
@williamine
@williamine 11 ай бұрын
cool video! it would be great if you could post a github link to the code, im working on an fps game myself and I'd love to look and see if I could learn any new tricks!
@bipedpotato
@bipedpotato 11 ай бұрын
So the code in this video is very unconventional and i wouldn’t recommend implementing it the way i did. I think that the concepts are relatively simple though and should be easy to implement in a more conventionally correct way by yourself.
@williamine
@williamine 10 ай бұрын
@@bipedpotato thats fair. I'm super new to game development and I wanted to try my hand at a simple little fps trainer to start off with but since im super inexperienced with game development as well as bevy I've been having a little trouble wrapping my head around some concepts (adding a viewmodel into the main scene and rendering it on top of the world is a little confusing to me). since there are (as far as I can tell) quite literally 0 FPS examples to poke around at, I'd love to take a look at what you've done to solve some of the problems I'm facing and just to get a bit of a better understanding of how someone else would develop 3d games in bevy. if it's a total mess and not something you want associated with you publicly I totally understand, just figured it would be worth a shot :p
@nickhagen2006
@nickhagen2006 10 ай бұрын
@@williamine hey, im somewhat familiar with game development, but im kinda new to Rust, been doing the impossible by building a online shooter in autoit ( lol yeah what a waste), im writing rust for some weeks now, just finished my first project, ( runtime interpreter for custom object-based-script syntax) wich be perfect for game modding etcand im looking to link them all to a game engine, but who knows some team mates to work with could be cool. you should be able to checkout my game on my channel , ( just saying its all coded even the models so it aint much for graphics lol no tools) Anyways if you like to get in touch hit me up ! cheers !
@IamPyu-v
@IamPyu-v 7 ай бұрын
Is there a way you can raycast in bevy?
@bipedpotato
@bipedpotato 7 ай бұрын
Use bevy rapier or bevy mod picking
@IamPyu-v
@IamPyu-v 7 ай бұрын
@@bipedpotato thanks!
@DrumYum
@DrumYum 10 ай бұрын
Great video, I like it! Found by Googling some Bevy FPS examples
@bipedpotato
@bipedpotato 10 ай бұрын
Thanks so much man
@2spooky601
@2spooky601 10 ай бұрын
will you release the source code for the game?
@bipedpotato
@bipedpotato 10 ай бұрын
Prob not
@SabeDoesThingsChannel
@SabeDoesThingsChannel 11 ай бұрын
great video I would say add some background music. A lot of devlog channels have background music to give it a vibe. Dani and PolyMars have background music.
@bipedpotato
@bipedpotato 11 ай бұрын
Yeah i used to use music but people said it was better without whicch might just be because it was too loud. Maybe ill add quieter background music in future videos.
@flovnes
@flovnes 10 ай бұрын
awesome video, but please stop throwing in random sounds, it's extremely annoying
@sagizm0nd
@sagizm0nd 5 ай бұрын
*bop* *bip* *notification sound*
@ArcWeltraumpert
@ArcWeltraumpert 2 ай бұрын
give it recoil bro 😂
@bipedpotato
@bipedpotato 2 ай бұрын
Maybe
@realmoftheminone
@realmoftheminone 10 ай бұрын
Almost everyone know how to use blender, where you learned it? Can you estimate your blender skill from 0 to 10.
@bipedpotato
@bipedpotato 10 ай бұрын
Probably 4 im really not very good at it because i dont mainly 3d model
@bipedpotato
@bipedpotato 10 ай бұрын
I learned it from watching yt
Remaking my Abandoned Game 2 years later with Bevy and Rust
8:15
Biped Potato
Рет қаралды 14 М.
Bevy & Rust Star Wars Scene - How it Works
10:23
Tantan
Рет қаралды 16 М.
Eccentric clown jack #short #angel #clown
00:33
Super Beauty team
Рет қаралды 12 МЛН
SHE WANTED CHIPS, BUT SHE GOT CARROTS 🤣🥕
00:19
OKUNJATA
Рет қаралды 14 МЛН
Indian sharing by Secret Vlog #shorts
00:13
Secret Vlog
Рет қаралды 43 МЛН
Rust for Game Development -- Game Engines & Frameworks
12:58
Gamefromscratch
Рет қаралды 60 М.
Here's My Opinions Of Godot After Using It For A Month
18:51
Adam Lutton - Game Dev
Рет қаралды 2,9 М.
rust macros are magic
14:02
Tantan
Рет қаралды 43 М.
Game Engine Of The Future
9:12
Tantan
Рет қаралды 131 М.
I remade my voxel game 3 times, this is why
12:11
Tantan
Рет қаралды 118 М.
1 Year of Rust Game Development
9:17
Tantan
Рет қаралды 66 М.
Learn Bevy 0.11 By Making a Game! (part 1)
13:01
Logic Projects
Рет қаралды 40 М.
Making a large Battle Simulator game with Bevy and Rust
11:34
Biped Potato
Рет қаралды 3,6 М.
Unreal Engine 5 | Blueprint For Beginners (2023)
2:52:04
Smart Poly
Рет қаралды 347 М.
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,5 МЛН
What’s your charging level??
0:14
Татьяна Дука
Рет қаралды 6 МЛН
Я Создал Новый Айфон!
0:59
FLV
Рет қаралды 4,5 МЛН
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН