Why I made a Game Engine for my 2D platformer (C#)

  Рет қаралды 63,803

Alex

Alex

Жыл бұрын

Or, 19 minutes of pedantic complaints about other game engines which work fine 9 times out of 10.
Discord, come say hi: / discord
Check out our game, PSYCRON: store.steampowered.com/app/13...
Opening/Credits music: • I'm That Fool
Background music: • Desk Jam No. 1 || From...
Some links to check out if you wanna build your own game engine:
www.unrealengine.com/
unity.com/
godotengine.org/

Пікірлер: 271
@cloud3x3
@cloud3x3 Жыл бұрын
I was a game engine programmer in the industry for 8 years, and I will happily work around the weirdness of Unity to not have to do all of that work. The companies I worked at all had custom engines, and they were all a huge mess after a few years of working on them, so I guess it's just who's mess do you prefer to live with lol. Much luck to you all on your journey!
@stickguy9109
@stickguy9109 Жыл бұрын
Fr I am by no means an expert but I do know a thing or two about unity and game engine development (made a crappy engine of my own in Java) and I can say that doing a bit of extra work in unity to suit your needs would have been far easier. Unity has a support for making your own render pipeline so you can make a pixel perfect renderer with that also there are ton of assets in the asset store which makes it a lot easier to make games
@ItsVenti
@ItsVenti 7 ай бұрын
What about now after the "incident"
@wenomechainaautumn5965
@wenomechainaautumn5965 7 ай бұрын
Might be worth the effort now. 🥲
@ephektz
@ephektz 7 ай бұрын
This comment didn’t age well 😂
@luckerooni1153
@luckerooni1153 7 ай бұрын
@@ItsVenti Everything he said still applies since none of it had to do with the finances behind anything. The reason Unity even thinks they can do that bullshit is because OP is completely correct and most companies have shit game engines that are way more broken than Unity, but that also goes for Unreal, Godot, etc., so long story short just use a game engine from an actual game engine company if you can't afford to support a game engine like they can because that's both ignorant and arrogant.
@PixelDough
@PixelDough Жыл бұрын
I am glad to let you know that as one of the 30-something programmers watching this, I did appreciate the XNA -> Monogame bit. I love Monogame, been super great for all my 2D stuff (as you mentioned all the competition's 2D handling is disappointing)
@d4rksl4sh82
@d4rksl4sh82 Жыл бұрын
I've started using monogame with another framework called nez (has useful stuff for scenes, entities and components, collision detections, etc.) and I am liking it a lot so far. It even has support for Tiled and when i don't like the way something works or need something new I can always just go and modify the code
@NotExplosive
@NotExplosive Жыл бұрын
MonoGame rules! The only real feature I've felt missing is being able to draw primitives.
@gunsarrus7836
@gunsarrus7836 7 ай бұрын
I tried monogame and after it gave me the same weird glitches XNA did occasionally I went back to SDL2 but I'm looking at using RayLib for audio
@NathanaelCrapo
@NathanaelCrapo 7 ай бұрын
Same LOL :)
@AQGamedev
@AQGamedev Жыл бұрын
Wow, hi to everyone who's had the KZfaq algorithm feed them this video! Realized I should've added this sooner but I've got a Discord if you want updates on videos/to say hi: discord.gg/g9yBwWnAK7 And the "previous game", PSYCRON: store.steampowered.com/app/1368410/PSYCRON/
@crit_cannon1090
@crit_cannon1090 Жыл бұрын
im actually shocked that unity didnt do the 2D stuff you wanted. most people move to it because it has the best 2D tools right now. i did enjoy the video though
@i_am_phibian
@i_am_phibian Жыл бұрын
Unity 2D dev for many years here- I feel like Unity is a good engine for 2D, but there's so many limitations that make it a pain in the butt if you want to do cool things that would seem basic but are not. In the last 2 or so years of development for me, I feel like 90% of the things I've learned have been wacky workarounds for roadblocks that Unity puts up for seemingly no reason. I've been slowly trying to figure out how to make my own engine for a while now just so I wouldn't have to deal with the problems that Unity poses.
@nemene8585
@nemene8585 Жыл бұрын
unity doesnt actually have real 2d, its just orthographic 3d, which makes it slower to render and can cause other problems that developers usually would never encounter in a real 2d environment
@rawallon
@rawallon Жыл бұрын
Nah I think godot has the best 2d tools
@RS-ek9dr
@RS-ek9dr Жыл бұрын
Unity is very limited on 2D. Especially isometric 2D
@GuilhermeHenrique-tz5mn
@GuilhermeHenrique-tz5mn Жыл бұрын
@@rawallon I knew i would found at least one godot guy here. Now we have 2.
@grayestdaisy
@grayestdaisy 8 ай бұрын
This video made me realize that I had started on another project I wouldn't finish due to scope. I have a ton of old projects that I started on that were much, much smaller. I'm going to try and finish one of them and release it somewhere first. Thanks bud!
@AbhiSundu
@AbhiSundu Жыл бұрын
Dealing with audio for Psycron sounded like it was a huge pain, but goddamn you must have done something right because the audio in Psycron was genuinely a 12/10. It felt like it was on another level compared to similarly-scoped/priced games. I know building a custom engine feels like one of those forbidden techniques that your master tells you to never use, but it's seriously super fun. I went from Unity to a more custom setup in the last few years and haven't looked back. Owning all your tools and getting to just slot in whatever other libraries you want is really empowering. I've got nothing against Unity just like I'm sure you've got nothing against GMS, but not having to contort yourself around an engine's workflows is really freeing. Anyway, good luck! Also I know you shelved the Psycron postmortem but if you ever think about releasing it you can count on at least one person (me) watching it!
@AQGamedev
@AQGamedev Жыл бұрын
Thanks for the kind words, happy to hear you enjoyed the PSYCRON audio a LOT of time was spent on that haha. "not having to contort yourself around an engine's workflows is really freeing" 100%! I'm about a yearish removed from where the video documents so really feeling a lot of the advantages of that now. And who knows, maybe the PSYCRON retrospective will happen some day :)
@cancerguy5435
@cancerguy5435 Жыл бұрын
This was quite entertaining! I am not very interested in the programming anymore - even when I was, my main job in our modding team was sprites and PR. Nevertheless, this video had popped up in my recommendations... and I found a new great channel to subscribe to!
@sabaneyev
@sabaneyev Жыл бұрын
100th sub !! very interesting video, hope to see more in the future !
@taterman27
@taterman27 Жыл бұрын
Great advice for beginner game developers! Very cool and high quality video
@coolepicgamer4107
@coolepicgamer4107 Жыл бұрын
these videos are incredible. you deserve way more subscribers dude
@nitricswight
@nitricswight Жыл бұрын
loved this video! I honestly feel like I've gone down a very similar path myself (like I literally did the exact same progression of GMS2 to Unity to godot to openGL and now to monogame), so this spoke to me a ton. I'd love to see another video with an in-depth view of how you extended the framework to suit your needs!
@AQGamedev
@AQGamedev Жыл бұрын
Ty! & Yes, lots lots more on the way, they just take ages to edit ;-;
@PhantomFearYT
@PhantomFearYT Жыл бұрын
Very underrated video!! Super entertaining and well edited!
@tomerefrat3767
@tomerefrat3767 Жыл бұрын
I can't believe you have so few subscribers. I'm sure you'll grow super fast on this platform, amazing video!
@LuizMoratelli
@LuizMoratelli Жыл бұрын
Hi alex haha, great that ytb recommends me your channel! Cant wait for more updates and good luck!!!
@whenthebigbruh
@whenthebigbruh Жыл бұрын
Congrats on 1.2k+ subscribers
@TechHog8984
@TechHog8984 Жыл бұрын
EXTREMELY underrated, you need more subs. Great video
@floschy_1
@floschy_1 Жыл бұрын
Thank KZfaq gods for showing me this gem of a channel :)
@DavidBennell
@DavidBennell Жыл бұрын
Ah this takes me back.... interestingly I am re-writing a game now in Unity that I first wrote using XNA about 15 years ago I also had to write my own physics engine in C# and write my own Networking for a multiplayer game, but I used C# at work for talking to all kinds of IoT and Embedded hardware devices so the networking was actually the easy bit. Now I mostly just stick to existing tools and libraries but doing it yourself can be really fun for the experience.
@elvinauresius3303
@elvinauresius3303 5 ай бұрын
I have to tell you, that this video really opens up my mind. I'm very grateful to find your video, i hope that you keep making videos. I think you're really a great content creator. The fact that i almost never comment on a video, is the proof that your video is so good that i have to leave a comment for it.
@souptaels
@souptaels Жыл бұрын
As a GameMaker user, I honestly can't even recommend GMS to anyone. I only use it cause it's literally the only programming language I know and switching to another one is tough atm. I feel like GameMaker would be so much better if it was open source, like Godot is. It's why so many people love engines like Godot, Unity, and Unreal, to name a few, cause it's made by the community, while GameMaker gives no care to its userbase, only the money they can generate from them. We GMS users are just NOW getting functions like foreach loops and extended audio feature after like 6 years?? I always get embarrassed when I see people like "Switching from GameMaker to Python!!" and it makes me wish I spent my youth learning better engines like Godot or even C++ than to waste years learning an engine from a money-hungry cooperation that just doesn't care about you. Game engines in general is basically just picking your poison, seeing which one will cause less mortal damage in the long term. They all have their pros and cons. I just so happen to choose GameMaker. Or you can just make your own poison and have you be your own worst enemy lol. Nothing is perfect, sadly.
@kyuuart
@kyuuart Жыл бұрын
Make the switch to Godot imo especially when it hits 4.0 release. gdscript is very similar to python and is very absorbable. I'm primarily a Unity developer and have some old projects in GMS that I want to revisit and was going to do this in Unity but found it a fun little project to convert these to Godot 4 :) Programming language syntax is fairly universal as well, GML is pretty close to Javascript which is similar to python / gdscript so I think you'd have an easy time moving across.
@KanykaAiM
@KanykaAiM Жыл бұрын
I suggest you to try to play with pico8 it will help you get grasp on how normal languages work, and than go for C# with unity or godot.
@tanura5830
@tanura5830 6 күн бұрын
Unity is garbage for 2D​@@KanykaAiM
@tanura5830
@tanura5830 6 күн бұрын
​@@KanykaAiMbest option is GameMaker defold godot or own game engine for 2D
@TheBUBBLY102
@TheBUBBLY102 Жыл бұрын
This video was great. And yes, I greatly appreciate the xna reference
@sagitswag1785
@sagitswag1785 8 ай бұрын
I've actually been working on a puzzle game in my own engine for a few months now, and the engine I built uses SDL2 and OpenGL and when you mentioned that how hard OpenGL is to fully understand and use effectively I laughed out loud, because I absolutely agree with you. When I wrote my renderer I was constantly caffinated off like 7 monster zero's a day (because I couldnt afford a coffee machine or redbull) and I have no recollection of how any of it works. It does work though, just not for 3D. I am really hoping this game takes me at least a few more months before it's published so I can delay working on 3D rendering as much as possible... I am glad you spent the time to discuss how hard engine making is, because its absolutely true. I think alot of gamedev videos gloss over it and make it look easy, but when you actually try it, its 100x harder than you expect. There were multiple points where I wanted to quit and just go back to unity, but its pixelart 2D support and it being insanely slow to work with stopped me every time. Now I am glad I did it, but it took alot out of me, and took multiple rewrites over the last 15 months.
@NotExplosive
@NotExplosive Жыл бұрын
Welcome fellow MonoGame dev! I've been using MonoGame for a few years now and I love it!
@TheCyberPrime
@TheCyberPrime Жыл бұрын
Wow that's an awesome achievement man!!!
@veryupstandinguy
@veryupstandinguy Жыл бұрын
only 296 subs ? this channel is super underrated.Keep up the good work dude
@Lojemiru
@Lojemiru Жыл бұрын
This is like the 5th time I've seen the exact same XNA/MonoGame joke from you, and it never fails to send my sides to orbit.
@Nurolight
@Nurolight Жыл бұрын
Less than 1000 subs? I’m surprised. Excited to see this channel grow!
@sanketsbrush8790
@sanketsbrush8790 Жыл бұрын
You might be late but you uploaded on correct time for algorithm.
@CoderDonut
@CoderDonut 7 ай бұрын
This is exactly the video I was looking for! As someone who went GameMaker -- > Unity --> ? and has been debating what the optimal path forward is I think this helped me out a ton. Thank you so much for this!
@florian9502
@florian9502 Жыл бұрын
That was actually really fun to watch! Keep it up my g and you'll get waaaay more views soon Fingers crossed Have a great day!
@Neurotypique
@Neurotypique 5 ай бұрын
Thank you for saying this about starting small and not directly aiming for a dream game! It's really shocking how many devlogs there are that starts the wrong way just because the person has not finished just a single simple game yet. Finishing a project is a skill you have to learn! It's easy to start
@geshtu1760
@geshtu1760 Жыл бұрын
Godot has official C# support but glad you found something that works for you
@GouShin1
@GouShin1 6 ай бұрын
and it's terrible C# support at that :(
@SnakeEngine
@SnakeEngine 2 ай бұрын
@@GouShin1 Why does Godot have terrible C# support?
@maddiej6296
@maddiej6296 Ай бұрын
As another 30-something programmer (well technically "spatial analyst", but lets not let that get in the way of a good story), that writes Python and Nim in my day job, whilst *RE-LEARNING* ALL of the C# I forgot in my Bachelors Degree in my 20's.........., I laughed my arse off watching this, esp. the PyGame bit (sorry PyGame...). Extremely well put together, funny, and poignant. I also loved the XNA...MonoGame reference. Keep it up! Also, subscribed. ❤
@SharifSourour
@SharifSourour 6 ай бұрын
There is another cool reason to develop a game engine, for learning purposes, regardless of you actually finish or use it. After attempting to make a game from scratch in college it was super insightful.
@Dam-Dd
@Dam-Dd Жыл бұрын
video is great my dude althiugh i am not coder ,I stillenjoy the whole video idk why also this video recommended out of nowhere
@videorowtv5198
@videorowtv5198 Жыл бұрын
Now that I think about it, I should probably build my own game engine
@y4ni608
@y4ni608 Жыл бұрын
Good idea!!!
@cookieBadger
@cookieBadger Жыл бұрын
Finally a indie dev that's down to ground and actually seems like he has a reason for making an own engine (unlike people using questionable frameworks for the first-best programming language they learned - yes, I've been there too, LWJGL)
@Peak_Stone
@Peak_Stone Жыл бұрын
Very entertaining and informative video.
@Temulgeh
@Temulgeh Жыл бұрын
i love that you featured footage of chicory a colorful tale!
@intangiblematter_misc
@intangiblematter_misc Жыл бұрын
I have a few things to say: 1) I just found this channel and I am very much subscribed now 2) GameMaker has an Audio Engine called BARD made by Greg Lobanov for Wandersong, and if you ever return to that godforsaken engine you should check it out 3) Maybe try Godot again sometime after 4 comes out? It may very well have all the things you need 4) this video is absolutely wonderful
@astrahcat1212
@astrahcat1212 6 ай бұрын
Godot that this point for smaller creators has pretty much anything anyone would ever need, the Linux ecosystem is now strong, with GIMP, Krita, Inkscape, Blender, Godot now. All of these pieces of software used to be horrid and the more they've iterated on them they've improved drastically. You can get shaders, some of them MIT and free to use from ShaderToy, all in GLSL compatible with Godot's OpenGL and Vulkan.
@skit_roll
@skit_roll Жыл бұрын
Very cool video Alex!
@Low_Fidelity_3D
@Low_Fidelity_3D Жыл бұрын
Great vid!
@jorisstudios6506
@jorisstudios6506 5 ай бұрын
thanks for shattering my dreams :)
@nathanashlock1452
@nathanashlock1452 11 ай бұрын
Top notch humor. 10/10 Will laugh again
@OmegaFalcon
@OmegaFalcon 7 ай бұрын
I should write my own engine!
@ciaaie8215
@ciaaie8215 Жыл бұрын
thank you for the tangent 🎉😂
@yenu
@yenu Жыл бұрын
holy what this video is crazy
@DovydasV2
@DovydasV2 Жыл бұрын
I did appreciate that bit
@skimon2489
@skimon2489 Жыл бұрын
This was absolutely fantastic! I lost it at the tangent, it's painfully accurate. Part 2 coming soon?
@AQGamedev
@AQGamedev Жыл бұрын
Yes! Many more in the pipeline, they just take a long time to edit haha
@NoahNCopeland
@NoahNCopeland 7 ай бұрын
GM's audio has been lacking for SO LONG but it is painful that so much of Alex's requests were added after this video came out
@LeonardoTx1000
@LeonardoTx1000 7 ай бұрын
Id like to point out that Stride Engine is also out there. My personal recommendations are MonoGame as a 2D and 3D Framework and Stride as a 2D and 3D Game Engine, both are C# based, open source and can run with only code, no editor (optionally in Stride) if you want.
@joyfulfishman5445
@joyfulfishman5445 Жыл бұрын
Incredible video, easy subscribe
@ThiagoJaqueta
@ThiagoJaqueta Жыл бұрын
Used GM since version 8 as well. Yea, I agree with everything you said there, the future of this game engine looks grim for professional developers. Been working with Unity for a couple years now in a project and I fell in love with C# while working with it. As you said, 2D rendering in Unity can be a mixed bag, even when working with HD artwork (which is our case). Godot has really good C# support too, I've been playing with it and it's pretty great, and the documentation for C# is just as complete as GDScript too. As for the Console Export, for us is not a huge concern at this moment since we're focusing on PC Games (We do know that it is possible to do it if necessary, there are third-party developers who specialize in porting Godot games to consoles). I don't think I'll ever come back to GM unless I really need to tbh.
@Sim2322
@Sim2322 Жыл бұрын
GM was never been anything else than grim for pro devs, really...
@Tiernan422
@Tiernan422 Жыл бұрын
GameMaker 8 was incredible I remember being like 10 years old just making nonsense games However I’m now turning to Unity and C# because it seems like it will be more productive but hey idk we’ll see
@napoleonicmusic
@napoleonicmusic Жыл бұрын
A course on openGL is the hardest class I took in my CS degree. I was more stressed about that then OS, Algorithms, etc. I think I generally was tearing up while trying to debug some assignments it's so tough
@zoeherriot
@zoeherriot 7 ай бұрын
hah hah - I work in the games industry and while I'm not specifically a rendering engineer, I often have to debug rendering issues. And yes. Nothing worse than having a black screen, no errors. Nothing to go on. Absolute nightmare! ;)
@No-iy9cx
@No-iy9cx 6 ай бұрын
​@@zoeherriot I've experienced this when I was learning OpenGL. I always spend a lot of time to debug my OpenGL code when it doesn't work and no errors.
@daburodev
@daburodev Жыл бұрын
no idea how the algorithm works and why im here but great video
@DaydreamStudios_Official
@DaydreamStudios_Official Жыл бұрын
What a journey
@ermilburn02
@ermilburn02 Жыл бұрын
Making your own engine is a long and tiring process, I wish you the best on your journey
@capsey_
@capsey_ Жыл бұрын
"i'm writing own engine in c#" - it could be monogame "sdl, opengl, vulkan..." - oh well, nevermind *xna logo appears* - oh wait, i was right
@AQGamedev
@AQGamedev Жыл бұрын
it may have officially died 10 years ago but you can never escape the ghost of xna and it's offshoots
@jared7650
@jared7650 Жыл бұрын
Thought i might just mention that you can get your hand onto consoles using godot, but it's not so streamlined as game maker because you have to do it through a third party. Also no direct support for fmod like programmes though I have heard that some devs have got stuff like that to work. But the inbuilt audio mixer had been enough for me until now at least. Point is some previous game maker game devs have enjoyed the change to godot when they have it a shot, not sure but it might be worth making a demo project in it and see if you like it. Sounds more effective if you want to make games then makeing a engine from scratch at least
@Albert-Freeman
@Albert-Freeman Жыл бұрын
3:46 weezer
@felipeticov
@felipeticov Жыл бұрын
great video
@TurtleKwitty
@TurtleKwitty Жыл бұрын
It's nice to hear someone else say the same thing I always do, even if paraphrased "If you haev to ask if you should build a custom engine, you don't. if you have to ask which engine 'is best for your dream game' it literally doesnt matter you wont be making your dream game just learn to make anything first" haha got a ton of hate for that before XD
@alicemation
@alicemation Жыл бұрын
very cool video :)
@DonTheDevMC
@DonTheDevMC 2 ай бұрын
Watching this while writing my own engine
@mmckeeha
@mmckeeha 7 ай бұрын
I’m going to make my own engine! Where does the spark plug go?
@prostoxax
@prostoxax Жыл бұрын
Awesome vid Alex! Looking forward to hearing about the switch to FNA and if you've tried Monogame.Extended or Nez
@AQGamedev
@AQGamedev Жыл бұрын
Thank you! I'm familiar with Extended/Nez, but wanted to keep things fairly simple. Part of my reason for going with monogame was to learn about the bones of engine development. Nez and extended are great, but they tackle a lot of the problems I wanted to learn about firsthand.
@Blockyheadman
@Blockyheadman Жыл бұрын
I use Godot as my game engine of choice and the thing with godot is you said it uses GDScript. They have a thing where you can write C++ in Godot with GDNative. It also supports C# if you get the mono version.
@Yowax
@Yowax Жыл бұрын
As someone making a GLFW wrapper right now to create my own game engine, I feel your pain.
@goat.95
@goat.95 Жыл бұрын
Godot do have c# support tho 😩
@joeroeinski1107
@joeroeinski1107 4 ай бұрын
OpenGL isn't really bad when you actually understand it. At first it seems overwhelming but once you observe the purpose of each system it comes as logical. Vulkan is much lower level (in fact, I'd call it a GPU API, not a graphics API) but still very logical with added control and verbosity. Debugging is pretty trivial with RenderDoc too, which is an invaluable tool to any graphics programmer and allows for capturing and debugging API calls and data. It's definitely not a territory for everyone, only people seriously interested in graphics programming should ever touch this stuff.
@n00bc0de7
@n00bc0de7 Жыл бұрын
SDL2 actually does have some pixel shading functions. They are primitive but you can do pretty much anything with it.
@gunsarrus7836
@gunsarrus7836 7 ай бұрын
I really need to study that stuff as pixel shaders would be useful
@bautistacano4085
@bautistacano4085 Жыл бұрын
oh shit you are so good
@HS-eq3gk
@HS-eq3gk Жыл бұрын
i like the video but it could have had some obscure niche meme or skit in it?
@kaylaa2204
@kaylaa2204 2 ай бұрын
Sonic Colors Ultimate was actually made in Godot. Only big project that comes to mind.
@sebastianwardana1527
@sebastianwardana1527 Жыл бұрын
i never did that to them... you have empathy... you already know what you need to say...
@YourEveryDayJo
@YourEveryDayJo 7 ай бұрын
Literally the channel and video I wanted but didn’t know I needed. This was wonderful, many thanks!
@tomanski3767
@tomanski3767 9 ай бұрын
Hm ... I was not sure about this, but this video makes me think ... I SHOULD WRITE MY OWN GAME ENGINE!
@cose
@cose 8 күн бұрын
THIS VIDEO WAS SO FUN I LOVE THIS GRAAH funny too cause when unity decided to crap out i like did the very radical decision of going on my own, terrible decision but im enjoying it i guess :)))))
@DeepFriedOreoOffline
@DeepFriedOreoOffline Жыл бұрын
I gotta say, I went into this with skepticism, but it definitely seems like a good alternative to Gudough lol.
@gamesteak4418
@gamesteak4418 Жыл бұрын
600 subscriber!
@TimeLords910
@TimeLords910 7 ай бұрын
i would love to make my own game engine but i doubt i have enough life times to make one
@DreamingCrare
@DreamingCrare 9 ай бұрын
I feel SO MUCH same what you talk about in this video. Started out with GameMaker, got frustrated. Used Unity for a while but didn't seem to get anything really good finished with it, at least not pixelart. Godot is still a mess and uses odd scripting language like python and lua. It has Mono support for C# but all the help forums and documentation is full of gdscript. Looked C++ and SDL, which kinda works, but is a pain in the ass to setup and learn. Though I don't mind the learning. But oh gawd the error messages are bad and crypted. Now I'm here stuck with MonoGame and XNA or FNA starting small game for testing it out. The fact that Terraria was made in XNA, Stardew Valley uses MonoGame and Axiom Verge etc.. is a sign from gamedev gods it's the way. let's see... :D I wish I was just better with pixelart or art in general, you only learn it by doing just like programming.
@Aragubas
@Aragubas Жыл бұрын
17:15 YES lmao I love Monogame/Xna
@herrbanane
@herrbanane 7 ай бұрын
I should write my own engine 🤪
@Lim95
@Lim95 Жыл бұрын
wait a minute you’re not going to believe this but I was straight up the 1000th subscriber, I finished the video and was like “wow this guy’s cool” and hit subscribe and saw the number go from 999 to 1K
@CheesiX8
@CheesiX8 Жыл бұрын
i would have thought you used direct x lol hope it turns out well!
@FullyBugged
@FullyBugged Жыл бұрын
Monogame is a nice choice. Did you tried or checked along the way some others, like ORX, Love2D or Cocos2D for instance before landing to this one? They are all good 2D engines / frameworks closer to what you were looking for too it seems.
@AQGamedev
@AQGamedev Жыл бұрын
Yeah! I looked at a LOT of frameworks and engines I didn't mention here, otherwise the video would've taken even longer to come out. I still think C#/Monogame (now FNA) was the right choice, but the reason for that'll maybe become a bit clearer in future videos. I want to go back at some point and do a video checking out all the other ones people have mentioned here (especially Love2D and Godot).
@souporwormgaming
@souporwormgaming Жыл бұрын
Why is your channel so underrated?
@MotivationalVidoesForMoney
@MotivationalVidoesForMoney Жыл бұрын
honestly
@user-co1dw3lx7t
@user-co1dw3lx7t 6 ай бұрын
cool video)
@nebula_49
@nebula_49 Жыл бұрын
it'd be pretty funny if you released this as a usable game engine for other people to use
@sqdtnz
@sqdtnz 7 ай бұрын
Welcome, I've also recently decided to try out MonoGame (coming from Unity). Have to """"just"""" port all my existing code into an engine that does what it needs to do (and nothing more)... Also using ECS though, which seems to be easier to get into than Unity's very verbose version...
@user-sr7bv5uw6n
@user-sr7bv5uw6n 6 ай бұрын
Currently trying to make a system for a game and looking for best options. Unity, Unreal, etc. I have come to realized they may not be the best options for the mechanic is not a game. but will be played like one. I have some experience with C# and want to use it to build something from scratch. this was very helpful but have much more to study
@dermond
@dermond Жыл бұрын
I always wanted to try frameworks (bevy, pygame, löve) instead of a game engine because it makes me look like I have big brain, but i really liked godot scenes (and I don't have a big brain)
@hyl
@hyl Жыл бұрын
I am plagued by the opposite issue. I've only used frameworks all my life cuz I'm too much of a boomer to figure out how to use actual game engines lmao
@smezzy5541
@smezzy5541 Жыл бұрын
Making games with a framework is really a pain, having an UI to edit tilemaps, colliders, user interface, managing scenes, entity positions and shit, just makes lot of sense. Imagine making a cutscene without something like the animation player in godot
@No-iy9cx
@No-iy9cx 6 ай бұрын
The concept of Godot Scene is basically OOP. I think it can be applied to your engine easily if you use OOP Language.
@oscarsmith-jones4108
@oscarsmith-jones4108 6 ай бұрын
I think you would be surprised just how simple it is to use a framework. Learning a game engine is really tough compared to learning a framework.
@dermond
@dermond 6 ай бұрын
@@oscarsmith-jones4108 well to be fair I've been playing around with Löve2D and their documentation is really really good, I'm thinking to make some experimental stuff with it
@kinsondigital
@kinsondigital 4 ай бұрын
I can agree that making your own game engine or framework is not from the faint of heart. It takes a certain brain/person. I have built a 2D game development framework named Velaptor. It is open source and you can indeed build games with it. I personally love it but if your goal is to make a game, don't create an engine or framework.
@ksioncdesign7075
@ksioncdesign7075 Жыл бұрын
The Dragon troll thread :D
@you.findbitches6054
@you.findbitches6054 11 ай бұрын
Trying to get a square to show up on screen with c++ opengl actually broke me
@y4ni608
@y4ni608 Жыл бұрын
LOl, i didnt really wanted to make a own engine because smth like unity wasnt enough for me i just have fun writing it and learning new stuff
@sebastianwardana1527
@sebastianwardana1527 Жыл бұрын
holy cow dude... you unlocked the second level when it MATTERED? holy shit... my guy... you must have seen the edge of the world... i know... can we just get along... i want to get along with somebody that is farther ahead than me... yeah... bc everybody else is just joggin my nuggin... you understand?
@Alexshmalexx
@Alexshmalexx Жыл бұрын
I’m starting to think this guy’s a weezer fan
@HS-eq3gk
@HS-eq3gk Жыл бұрын
...me too...i get the strange feeling he really likes weezer
@AQGamedev
@AQGamedev Жыл бұрын
fwiw this video is me toning down the weezer influences lmao
@lukey2jedi
@lukey2jedi Жыл бұрын
Wow I should write my own engine!
@AQGamedev
@AQGamedev Жыл бұрын
you have been deleted
@lukey2jedi
@lukey2jedi Жыл бұрын
:()
Making my game's graphics pipeline using Aseprite
12:58
I made an entire OS that only runs Tetris
22:37
jdh
Рет қаралды 1,6 МЛН
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 8 МЛН
Godzilla Attacks Brawl Stars!!!
00:39
Brawl Stars
Рет қаралды 8 МЛН
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 14 МЛН
Adding levels to my custom game engine (C#/MonoGame)
17:00
A 15 Year Old Just Broke Every Tetris World Record
40:03
aGameScout
Рет қаралды 2,2 МЛН
Can Unity Survive?
20:51
Josh Christiane
Рет қаралды 69 М.
The Formula for Replayable Games
18:44
Blargis
Рет қаралды 148 М.
4 Months of Game Programming With My Own Engine
21:30
jdh
Рет қаралды 369 М.
Yandere Simulator Complete Source Code Analysis - Code Review
57:02
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 3,7 МЛН
I Used Godot For 100 Hours, Here’s What I Learned
35:09
LazyAlarm
Рет қаралды 1 МЛН
So you want to make a Game Engine!? (WATCH THIS before you start)
14:39
Giant Sloth Games
Рет қаралды 233 М.
МУРСДЕЙ И ТИГРА ДРУЖАТ И ИГРАЮТ
0:41
Pimpochka Games
Рет қаралды 2,2 МЛН
Glitch Larry & Lawrie is the new ranked skin ✅ #shorts #brawlstars
0:20
POV: You Used The Squid Games Cheat
0:12
Agbaps Shorts
Рет қаралды 49 МЛН
First Lily’s Mastery in The World 🌎
0:35
Toodyxz
Рет қаралды 6 МЛН