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

  Рет қаралды 64,598

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/

Пікірлер: 272
@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 8 ай бұрын
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 :)
@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.
@AQGamedev
@AQGamedev Жыл бұрын
Wow, hi to everyone who's had the KZbin 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/
@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?
@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 :)
@taterman27
@taterman27 Жыл бұрын
Great advice for beginner game developers! Very cool and high quality video
@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!
@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.
@coolepicgame
@coolepicgame Жыл бұрын
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!
@TechHog8984
@TechHog8984 Жыл бұрын
EXTREMELY underrated, you need more subs. Great video
@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!
@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.
@tomerefrat3767
@tomerefrat3767 Жыл бұрын
I can't believe you have so few subscribers. I'm sure you'll grow super fast on this platform, amazing video!
@Nurolight
@Nurolight Жыл бұрын
Less than 1000 subs? I’m surprised. Excited to see this channel grow!
@Temulgeh
@Temulgeh Жыл бұрын
i love that you featured footage of chicory a colorful tale!
@LuizMoratelli
@LuizMoratelli Жыл бұрын
Hi alex haha, great that ytb recommends me your channel! Cant wait for more updates and good luck!!!
@sabaneyev
@sabaneyev Жыл бұрын
100th sub !! very interesting video, hope to see more in the future !
@videorowtv5198
@videorowtv5198 Жыл бұрын
Now that I think about it, I should probably build my own game engine
@y4ni608
@y4ni608 Жыл бұрын
Good idea!!!
@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.
@NotExplosive
@NotExplosive Жыл бұрын
Welcome fellow MonoGame dev! I've been using MonoGame for a few years now and I love it!
@TheBUBBLY102
@TheBUBBLY102 Жыл бұрын
This video was great. And yes, I greatly appreciate the xna reference
@floschy_1
@floschy_1 Жыл бұрын
Thank KZbin gods for showing me this gem of a channel :)
@whenthebigbruh
@whenthebigbruh Жыл бұрын
Congrats on 1.2k+ subscribers
@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
@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 14 күн бұрын
Unity is garbage for 2D​@@KanykaAiM
@tanura5830
@tanura5830 14 күн бұрын
​@@KanykaAiMbest option is GameMaker defold godot or own game engine for 2D
@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
@sanketsbrush8790
@sanketsbrush8790 Жыл бұрын
You might be late but you uploaded on correct time for algorithm.
@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.
@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!
@ermilburn02
@ermilburn02 Жыл бұрын
Making your own engine is a long and tiring process, I wish you the best on your journey
@Peak_Stone
@Peak_Stone Жыл бұрын
Very entertaining and informative video.
@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
@jorisstudios6506
@jorisstudios6506 5 ай бұрын
thanks for shattering my dreams :)
@nathanashlock1452
@nathanashlock1452 Жыл бұрын
Top notch humor. 10/10 Will laugh again
@skit_roll
@skit_roll Жыл бұрын
Very cool video Alex!
@ciaaie8215
@ciaaie8215 Жыл бұрын
thank you for the tangent 🎉😂
@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.
@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)
@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.
@OmegaFalcon
@OmegaFalcon 7 ай бұрын
I should write my own engine!
@DovydasV2
@DovydasV2 Жыл бұрын
I did appreciate that bit
@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. ❤
@daburodev
@daburodev Жыл бұрын
no idea how the algorithm works and why im here but great video
@Low_Fidelity_3D
@Low_Fidelity_3D Жыл бұрын
Great vid!
@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.
@DaydreamStudios_Official
@DaydreamStudios_Official Жыл бұрын
What a journey
@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 8 ай бұрын
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
@joyfulfishman5445
@joyfulfishman5445 Жыл бұрын
Incredible video, easy subscribe
@DonTheDevMC
@DonTheDevMC 3 ай бұрын
Watching this while writing my own engine
@Yowax
@Yowax Жыл бұрын
As someone making a GLFW wrapper right now to create my own game engine, I feel your pain.
@yenu
@yenu Жыл бұрын
holy what this video is crazy
@Albert-Freeman
@Albert-Freeman Жыл бұрын
3:46 weezer
@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.
@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
@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
@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.
@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!
@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
@n00bc0de7
@n00bc0de7 Жыл бұрын
SDL2 actually does have some pixel shading functions. They are primitive but you can do pretty much anything with it.
@gunsarrus7836
@gunsarrus7836 8 ай бұрын
I really need to study that stuff as pixel shaders would be useful
@tomanski3767
@tomanski3767 10 ай бұрын
Hm ... I was not sure about this, but this video makes me think ... I SHOULD WRITE MY OWN GAME ENGINE!
@sebastianwardana1527
@sebastianwardana1527 Жыл бұрын
i never did that to them... you have empathy... you already know what you need to say...
@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
@cose
@cose 17 күн бұрын
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.
@felipeticov
@felipeticov Жыл бұрын
great video
@Aragubas
@Aragubas Жыл бұрын
17:15 YES lmao I love Monogame/Xna
@mmckeeha
@mmckeeha 8 ай бұрын
I’m going to make my own engine! Where does the spark plug go?
@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
@gamesteak4418
@gamesteak4418 Жыл бұрын
600 subscriber!
@alicemation
@alicemation Жыл бұрын
very cool video :)
@souporwormgaming
@souporwormgaming Жыл бұрын
Why is your channel so underrated?
@MotivationalVidoesForMoney
@MotivationalVidoesForMoney Жыл бұрын
honestly
@goat.95
@goat.95 Жыл бұрын
Godot do have c# support tho 😩
@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.
@bautistacano4085
@bautistacano4085 Жыл бұрын
oh shit you are so good
@kaylaa2204
@kaylaa2204 2 ай бұрын
Sonic Colors Ultimate was actually made in Godot. Only big project that comes to mind.
@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 7 ай бұрын
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
@ksioncdesign7075
@ksioncdesign7075 Жыл бұрын
The Dragon troll thread :D
@nebula_49
@nebula_49 Жыл бұрын
it'd be pretty funny if you released this as a usable game engine for other people to use
@DreamingCrare
@DreamingCrare 10 ай бұрын
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.
@HS-eq3gk
@HS-eq3gk Жыл бұрын
i like the video but it could have had some obscure niche meme or skit in it?
@DigitalSavior
@DigitalSavior Жыл бұрын
Hello my old friend, Cornflower Blue.
@herrbanane
@herrbanane 7 ай бұрын
I should write my own engine 🤪
@YourEveryDayJo
@YourEveryDayJo 7 ай бұрын
Literally the channel and video I wanted but didn’t know I needed. This was wonderful, many thanks!
@TimeLords910
@TimeLords910 7 ай бұрын
i would love to make my own game engine but i doubt i have enough life times to make one
@Contendo1
@Contendo1 Жыл бұрын
At least now I notice all the weezer memes in here
@lukey2jedi
@lukey2jedi Жыл бұрын
Wow I should write my own engine!
@AQGamedev
@AQGamedev Жыл бұрын
you have been deleted
@lukey2jedi
@lukey2jedi Жыл бұрын
:()
@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).
@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
@CheesiX8
@CheesiX8 Жыл бұрын
i would have thought you used direct x lol hope it turns out well!
@quantumgamer6209
@quantumgamer6209 4 ай бұрын
Can you use python to make a game engine IDE with C compiler to complie your python code? I am currently making a game engine in python with C/C++ game dev library but I am using the python version of the C/C++ game dev library like imgui, jolt physics engine, ogre graphics rendering engine, vulkan, bullet physics engine and other C/C++ library and I am using pygame pyglet for 2D and 3D game framework for the game engine. The game engine will be for simple 2D and complex 3D games.
@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?
@MagalyCantey
@MagalyCantey 6 ай бұрын
cool video)
@KozelPraiseGOELRO
@KozelPraiseGOELRO Жыл бұрын
[Game]: A new Godot User feels _Shame_ for you. Congratulations!
Making my game's graphics pipeline using Aseprite
12:58
The Formula for Replayable Games
18:44
Blargis
Рет қаралды 159 М.
顔面水槽がブサイク過ぎるwwwww
00:58
はじめしゃちょー(hajime)
Рет қаралды 97 МЛН
Stupid man 👨😂
00:20
Nadir Show
Рет қаралды 26 МЛН
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 22 МЛН
Zbrush 2024 - Sculpting the Hamon - Combining Normals
6:00
ADONAI GAMES!
Рет қаралды 3
I made an entire OS that only runs Tetris
22:37
jdh
Рет қаралды 1,6 МЛН
Blazingly Fast Greedy Mesher - Voxel Engine Optimizations
23:35
What 6 Months of Game Development Looks Like!
7:22
Antique Gear Games
Рет қаралды 12 М.
This Problem Changes Your Perspective On Game Dev
25:51
Jonas Tyroller
Рет қаралды 322 М.
choosing a game engine is easy, actually
15:08
samyam
Рет қаралды 163 М.
4 Months of Game Programming With My Own Engine
21:30
jdh
Рет қаралды 373 М.
9 DEVS Make a GAME without COMMUNICATING (Where did it go Wrong?)
21:33
Blackthornprod
Рет қаралды 1,1 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 670 М.
I Made the Same Game in 9 Engines
16:12
Emeral
Рет қаралды 259 М.
skibidi toilet 73 (full episode)
9:41
DaFuq!?Boom!
Рет қаралды 23 МЛН
Who Is The Most Suitable To Be The Owner Of The Dog Zoonomaly
0:41
Mischief time
Рет қаралды 8 МЛН
#pomni #angela
0:13
My Angela2
Рет қаралды 10 МЛН
Take The Water: Good Family Vs Noob Family
0:33
ToonToon Daily
Рет қаралды 31 МЛН
Самый СТРАННЫЙ ЧИТЕР | CLEX #shorts
0:54
CLEX
Рет қаралды 2,7 МЛН