- 11
- 5 841
froopy
Приєднався 31 бер 2014
hi i make videos sometimes
Відео
Making A Game With No Game Engine [Raylib]
Переглядів 5 тис.Місяць тому
Thanks for listening to my yap sesh [Links] game code: github.com/froopy090/fps-game thenewchicken: github.com/Thenewchicken55 raylib: www.raylib.com/
space invaders is done
Переглядів 1338 місяців тому
finished this about two months ago 👍 [LINKS] Github page/ download for game: github.com/froopy090/Space-Invaders Sprites used: gvituri.itch.io/space-shooter YT vid that helped me with sprites and scrolling background: ua-cam.com/video/Hfhq07_96lU/v-deo.html in-game music: soundcloud.com/franiiimusic/drifting raylib: www.raylib.com/
007 - working highscores :)))
Переглядів 15210 місяців тому
this one was a bit tricky but got it done lessgo
006 - score and lives
Переглядів 2511 місяців тому
the alien develop some pretty cool move patterns after some time. that's completely by accident but I might keep this in the game
003 - shield and bullets have basic collision now
Переглядів 811 місяців тому
still fixing bugs also need to make it so shield breaks with each bullet hitting it
002 - bullets actually work now and player is able to die
Переглядів 15Рік тому
thanks to @thenewchicken1339 for helping me debug
001 - attempting to remake space invaders
Переглядів 33Рік тому
im using raylib and programming i c finally have hitboxes that work, obv everything else needs a lot of work but this was satisfying moment
Amazing✨
If raylib is a game engine, eigen is a graphing calculator, btw make a video on your collision detection system. Physics implementations have my project by the throat
Yo!
MR ENRICO 747
I can't wait to see my favourite rapper live. W video btw.
So stupe
makes sense tho
What's your keyboard name?
I would just create my own Game Framework instead of raylib 🤓🗿
Game engines are garbage, I agree.
Im someone Using Raylib to learn game dev and seeing this is very Inspiring! Thank you for sharing you Amazing work
this might sound very very unrelated, but i swear to god im trying to stay on topic, but im just too curious like simply... how do you get money, what's your job, i am in a real bad spot in my life, my dream is to be able to do stuff like what you have done in your videos, but neither do i have the time, or the money to do anything, and if i don't get this worked out in the coming months i might actually lose my mind again this might sound random, but i truly want inspiration, i am a little sleep deprived, i didn't sleep last night for an unrelated reason, so if i sound so bold im sorry, but i am in such a weird situation in my life that i am actually questioning how others are living and how they get income
Great job. It’s sad to see that people in the comment section don’t know the difference between a framework and a game engine.
Yeah these people are so Bloody Annoying
really based
Froopy you're insane! 10/10 video
I see raylib I subcribe
"making a game with no game engine [*game engine name in square brackets*]"
@@j_curlin yeah my youtube channel where i've been programming video games for 10 years is also a dead giveaway. it gives you a window, rendering, input, audio, fonts, model loading, material system, skeletal animation, matrix math, etc. "oh but it doesn't have a wysiwig editor so it's not a game engine it's TOTALLY different" people have been saying this for years. i don't know who started it but it's fake news. probably a man pretending to be a woman. may god have mercy on your soul tho.
nvim btw...
hey....iam new to this channel.... I learning to make game engine using opengl and c++. I have never taught that raylib could actually do this amazing. THANK YOU.
This is sick
144 fps for super simple 3d is kinda low, no?
He most likely set a limit to the fps.
hey I am trying to make a similar project to this, basically a 1v1 game in this format with split screen and I have the split screen done but I need help with the collision detection, I have been stuck for hours. Would you be able to help me for a bit? I could pay you
"OpenGl is this zibi-zaba" 🤣🤣🤣🤣
yo which vim config are u using
I made my own vim config specifically for programming in cpp, but if you add more plugins it can do other stuff. I also gave it a catpuccin theme cos i like it link to my nvim config: github.com/froopy090/nvim-config
cool
Very cool video!
Epic video
this is pretty sick man
23:10 "Alright so lowkey, making this video is pissing me off, so I'm gonna speedrun it a little bit" This video already had very based vibes but this just takes the cake lmao that was hilarious
Cool progress video
50 missed calls from jdh
> making a game with no engine > looks inside > raylib
yup
yeah arguably raylib could be considered a game engine if you agree that a framework/library designed solely for game development counts as a game engine. however, I think raylib is missing a lot of components to consider it a true game engine. raylib is basically just a windowing/rendering backend and it doesn't help you with anything else
@@froopy7544 raymath helps with game stuff...
yep it's basically the same thing as using unity
@@Doice68-cu4qp Not even sort of my dude... an engine requires an interface, scene editor, etc. you know, gui tools. With raylib, you include a library, and you code.
SOO COOL MAN!!!
Hey man, I checked out the game and saw that the stairs have some z-fighting issues because you're drawing objects into the stairwall object and the meshes collide. Are you working on fixing that? Also, I saw that you prebake maps into classes, why not just have a loader class that pulls the map info from a file? That would make loading new maps really easy, and, you could load levels at runtime. Quick edit: Sorry I should also say it seems like a really neat project and I hope you keep working on it! I have a couple years experience with c++ and Raylib so let me know if you want any help!
haha yeah the stairs will be fixed eventually, as for the maps that's a great suggestion tbh and I hadn't thought of it. currently the maps are my biggest issue I would say
@@froopy7544Nice! I actually spent a good 15 minutes toying around with the codebase to see if the stairs were an easy fix but I didn't get anywhere 😅. Good luck!
U got charisma my man, subbed
Bro, you literally make your own engine! How is that stupid? XD Great work, man!
im w raylib its drip or drown in this bih
Presentation skills are impeccable Links to everything but not the slide show??
Super cool!
what window manager is this?
I'm using just the basic Gnome desktop environment, but with a catpuccin theme cos I think it clean af
@@froopy7544 the way u use box coliders is hella interesting , I might try recreating something similar.
@@froopy7544 the way box coliders work is pretty interesting, was it hard to actually implement
@@dafyddrusiniw2044 I don't think it was too difficult to implement, it just involves constantly checking the coordinates of bounding box corners with if statements. the hardest part was definitely coming up with a solution for the corners
I love this! Keep making videos like this, and one day, your channel is going to blow up. You're just getting started, but all we need is one promise that you'll keep improving the quality with every single video. You’ve got something special I can feel it!
Pretty cool! I'm curious where you'll get with this, what I suggest from personal experiencei s to scale it down a ton, make it a much simpler and smaller game than you want to make and focus on making it work! After that you can just add on to it and when you get bored of it at least you got an awesome WORKING project :D
yeah absolutely! I've already had to scale down quite a lot, the focus will be on simple things. So, for now just making one type of enemy, one level, one weapon, and so on. Once the bases are covered, I can branch out if I feel like it. Either way, it's a lot of fun
i randomly stumbled upon this and use it azs background noise to work on my own projects 💀💀
nah i made it too its easy (don't ask me what was the game)
ikr ! it's not too difficult with raylib, it's a lot of fun
this will give anyone the best fps ever playing it
Thenewchicken guy sounds like hes smart
Pretty cool!!👍👍
Which libraries did you used ???
I used raylib and C++
looks cool buddy
*Promosm* 🙌