The Best Frameworks For Game Development

  Рет қаралды 20,271

Gamefromscratch

Gamefromscratch

Күн бұрын

Пікірлер: 211
@gamefromscratch
@gamefromscratch 2 күн бұрын
Key Links gamefromscratch.com/the-best-game-development-frameworks-in-2024/ Sponsor Link: spn.so/gnt9gxtq If you miss the 48 hour Flash sale, you can still use the code GAMEFROMSCRATCH for 15% off Camtasia at checkout ----------------------------------------------------------------------------------------------------------- *Support* : www.patreon.com/gamefromscratch *GameDev News* : gamefromscratch.com *GameDev Tutorials* : devga.me *Discord* : discord.com/invite/R7tUVbD *Twitter* : twitter.com/gamefromscratch -----------------------------------------------------------------------------------------------------------
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
Timestamps: 2d frameworks: <a href="#" class="seekto" data-time="88">1:28</a> SDL (C and C++) <a href="#" class="seekto" data-time="132">2:12</a> SFML (C++) <a href="#" class="seekto" data-time="167">2:47</a> Allegro (C++) <a href="#" class="seekto" data-time="210">3:30</a> Raylib (C and multiple other languages) <a href="#" class="seekto" data-time="267">4:27</a> Cocos2d-x (C++) <a href="#" class="seekto" data-time="304">5:04</a> Löve2D (Lua) <a href="#" class="seekto" data-time="353">5:53</a> libGDX (Java) <a href="#" class="seekto" data-time="407">6:47</a> Phaser (JavaScript or TypeScript) <a href="#" class="seekto" data-time="438">7:18</a> HaxeFlixel (Haxe) <a href="#" class="seekto" data-time="466">7:46</a> MonoGame (C#) <a href="#" class="seekto" data-time="537">8:57</a> FNA (C#) 3d frameworks: <a href="#" class="seekto" data-time="581">9:41</a> Babylon.js (JavaScript) <a href="#" class="seekto" data-time="639">10:39</a> Three.js (JavaScript) <a href="#" class="seekto" data-time="671">11:11</a> OGRE (C++) <a href="#" class="seekto" data-time="701">11:41</a> Panda3D (Python) <a href="#" class="seekto" data-time="740">12:20</a> bgfx (C and C++) <a href="#" class="seekto" data-time="761">12:41</a> Bevy (Rust) Your welcome
@safebox36
@safebox36 2 күн бұрын
Worth clarifying that Raylib is C in its official version, with almost every known language covered via endorsed third-party ports.
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
@@safebox36thanks will change
@igorthelight
@igorthelight 2 күн бұрын
Another info: Developers of Factorio used Allegro at first but then switched to SDL2 because Allegro is outdated xD There is a Steam vlog where they write about that ;-)
@computernerd8157
@computernerd8157 2 күн бұрын
Allegro5 was written with C being the main languange. You can use C++ but its really a second class citizen.
@SenkaZver
@SenkaZver 2 күн бұрын
There is a correct answer to "what is best". The answer: what works best for you. Whichever language and flow fits your personality and needs. Jokes aside.
@rmt3589
@rmt3589 Күн бұрын
I massively appreciate you. Wish I had this a few years ago. Spent a month or two figuring out the frameworks I want to use. They are still subject to change, and I have everything saved on a spreadsheet, just made the bad ones(for my purposes) red or black. Unfortunately it's too late for this to be much help, but I watched it all the way through, liked, and am commenting. KZbin should think I was ecstatic about it, as I would have been if I saw this when I first found you. Keep up the good work.
@DrNabeel20
@DrNabeel20 2 күн бұрын
I like the simplicity of love2d and lua, everything is pure and concise
@etherweb6796
@etherweb6796 2 күн бұрын
I especially like the combination of love2d and fennel.
@immortalxgr
@immortalxgr 2 күн бұрын
Also worth mentioning is LÖVR. Sounds similar to LÖVE2D because it borrows almost the same API, but it's more suitable for 3D (powered by a Vulkan renderer) and especially VR. It can do 2D as well of course and is extremely easy to use. To put things into perspective, you can do a VR "Hello World" in 3 lines of code.
@gamefromscratch
@gamefromscratch 2 күн бұрын
I'm trying to think if I've covered this one or not.
@immortalxgr
@immortalxgr 2 күн бұрын
@@gamefromscratch You did! It was in its infancy back then and is now more mature than ever.
@xXEnigmaXx001
@xXEnigmaXx001 2 күн бұрын
I did some coding using SDL and SFML when I was younger and had no clues about coding overall. Doing alot in C++ was a challenge but surely helped me understand how a game was built. Thankfully with the amount I looked into it, I managed to acquire some basic knowledge of gamedev and how things work behind some Game Engines.
@bior87
@bior87 2 күн бұрын
I was actually looking for this and I got your video like a minute after it went public, thanks!
@vlweb3d
@vlweb3d 23 сағат бұрын
THANKS MIKE ... Did not know that KZbin Studio had an "Inspiration" section. I'll need to start looking at that section from now on.
@95mcqueen5
@95mcqueen5 2 күн бұрын
I don't think I'll ever use a framework for game development, but it's amazing the tools we have completely free to make amazing stuff
@BoardGameMaker4108
@BoardGameMaker4108 2 күн бұрын
I thoroughly recommend it. Raylib is so much simpler for 2D than a full editor + engine. Game Engines are tuned for bigger projects (like AAA games), but frameworks can be good too.
@95mcqueen5
@95mcqueen5 2 күн бұрын
@@BoardGameMaker4108 yeah, I've messed around with Love2d and Phaser, but I feel these are better for people who are actually good programmers, unlike me. Even with ai to help with the code, it's just not my thing. I already struggle enough with Gdscript 😂
@FireFox64000000
@FireFox64000000 2 күн бұрын
Today, on "Mike screams to everyone who will listen 'You have more than three options for game development'" We'll be featuring more than three frameworks and Mike's Herculian self control.
@paraxodondev
@paraxodondev 2 күн бұрын
raylib can be used for 3d too, theres side step legends to show.
@krishnadas_3740
@krishnadas_3740 2 күн бұрын
Surprised to find out that you didn't include Pygame. Love your content btw!
@navalhabr
@navalhabr 2 күн бұрын
Pygame is not a "true" framework, is a wrapper for SDL and other facilities.
@BRBS360
@BRBS360 2 күн бұрын
I think after the fallout of the original Pygame developer people moved on to PyGame CE (Community Edition). So that's the one I would recommend for people who are into Python.
@KyleHarrisonRedacted
@KyleHarrisonRedacted 2 күн бұрын
I want add a "correction" about SDL, it's not really a "framework" much less a "2D framework" as depicted here. It's more of a simple set of "write once, run everywhere" functions that abstract away the pain of writing the platform specific code by hand, or worse writing all the specific ways each of your supported platforms wants it. I call it "The jQuery of Game Development". What SDL provides is more akin to "platform normalization", it normalzies input (if you want it), it normalizes image loading (if you want it), it normalizes audio (if you want it), but most importantly it normalizes "context creation" (as part of it's base kit). What does "context creation" mean? It creates the OpenGL or Direct3D rendering context in a very straight forward way through one interface, just one time, and setting them up with a ton of sensible defaults; where otherwise creating these rendering contexts by hand is a lengthy and involved process. Also part of it's base kit is a normalization of window creation, so whether your on windows, linux, mac, whatever, it knows how to create a window for that platform, and slap that rendering context inside of it. Without any further tinkering, it does also provide a very rudamentry sprite blitting api to do extremely simple 2d stuff using OpenGL's "Fixed Function Compatibility Mode" but no one's really using that. You're using SDL to get up and running with a window and a context within a minute or two to then start writing OpenGL or DIrect3D low level api calls directly to it to then start your shader based rendering pipeline (usually). **EDIT:** I appreciate that people took the time to read my comment, because I didn’t even mention Direct3D until way below the Read More button. But there seems to be a lot of confusion over what Direct3D even is, and whether I meant DirectX or not. First of all: No, I didn’t. “DirectX” itself is a brand name referring to a specific collection of SDK’s that all tie together and work together to make Real Time applications on Windows powered platforms easier. There’s DirectInput to deal with user input (keyboard, mouse, joypads, etc), there’s DirectSound for audio, etc. The “X” literally just means “Insert SDK Name Here”, and yes that includes Direct3D which is as the name suggests; the 3D Rendering API. There used to be a Direct2D at one point but that has since been retired as D3D setup with an Ortho camera can pretty much handle that. D3D is both old, and new. The current API level is D3D12, and most of the API calls and macros and functions are named that way (eg: “ID3D12Device::CreateCommandList”). But you’ll still see older D3D api’s in there, slowly being phased out with each new iteration. Popular engines like Unreal and Unity have OGL, D3D11, D3D12, and Vk rendering paths for maximum compatibility across platforms. And unless explicitly told not too, when you play one of these games, it’ll use the rendering path most appropriate for that platform automatically. DirectX is kind of like SDL but just for Windows powered platforms like your PC, Xbox, and Windows Phone (remember those?). SDL is a bit higher level, and includes other contexts like OpenGL.
@user-og6hl6lv7p
@user-og6hl6lv7p 2 күн бұрын
Lamaoooo who tf even uses Direct3D anymore? Why would anyone want to use that? It's far too dated.
@leezhieng
@leezhieng 2 күн бұрын
@@user-og6hl6lv7p all game engines are using direct3D including unity and unreal.
@R3DCODE
@R3DCODE Күн бұрын
​@@user-og6hl6lv7pSDL supports DX9 through 12, OpenGL (and GLES), Vulkan and if I'm not wrong also Metal. I think our guy here is referring to DirectX as Direct3D.
@maxrinehart4177
@maxrinehart4177 Күн бұрын
​@@user-og6hl6lv7p probably he meant DirectX.
@nemanjatrivic9505
@nemanjatrivic9505 Күн бұрын
Thank you for this. As someone who didn't ever use these low level tools I understood you explanation perfectly. I would like that documentation for every tool is this precise and clear.
@algorev8679
@algorev8679 2 күн бұрын
I'm ashamed by how much time it took me to understand that it's "Mike here, at GameFromScratch", and that your name is NOT "Miker"
@gamefromscratch
@gamefromscratch 2 күн бұрын
Lol don't worry about it, 90% of people still thing the name of the channel is GAMESfromscratch, so you're ahead on that one ;)
@dermond
@dermond 2 күн бұрын
Game Miker
@sqlexp
@sqlexp 2 күн бұрын
​@@dermondMikeer!
@valhallagalex
@valhallagalex 2 күн бұрын
@@gamefromscratch guilty!
@-RiSK-AK
@-RiSK-AK 2 күн бұрын
​@@dermond😂😂
@kusog3
@kusog3 Күн бұрын
Libgdx yeahhhhhh I think I discovered this channel thanks to the libgdx series ages ago, that was nostalgic
@johnharris3311
@johnharris3311 Күн бұрын
Likewise.
@AirmanCS
@AirmanCS 2 күн бұрын
XNA was my first introduction to "oh I can make games?!" to the world I had 0 knowledge of what coding even was, but their slogan said you could, so I my life mission in that point became to learn how. EDIT: oh and feedback Camtasia looks amazing, but subscription software is dead to me, shame... I would rent but if there is a permanent option available
@nolram
@nolram 2 күн бұрын
NOTE: SDL2 does **NOT** abstract away graphics! It merely provides windowing and access to those graphics APIs.* * It does have SDL_render, which is a very very basic 2D renderer typically meant for debugging, and SDL3 is getting a cross-API GPU API, but that's not finished yet.
@maxrinehart4177
@maxrinehart4177 Күн бұрын
I can't wait for SDL3, the whole overhaul of the system to be modern and compatible with modern GPUs, support for vulkan and Metal, unified GPUs APIs, new shaders system....
@nolram
@nolram Күн бұрын
@@maxrinehart4177 SDL2 already supports context creation for the new APIs, but it has no rendering system. You have to write the renderer yourself using the APIs.
@llama6666
@llama6666 2 күн бұрын
It's a shame that you didn't include the ebitengine, Go-based game framework... Go is a pretty easy language to learn and it's capable of compiling to cross-platforms...
@SolarLune
@SolarLune 2 күн бұрын
Yeah, agreed - Ebitengine is a really good option for relatively straightforward, code-focused 2D game development, and Go is an excellent and easy-to-use programming language. Really recommend it.
@simonlow0210
@simonlow0210 2 күн бұрын
Perfect timing. Just started to learn Raylib recently, but was looking around for other possible alternatives like Dragonruby 6 that you covered recently
@javierpacheco4566
@javierpacheco4566 2 күн бұрын
I am so happy you exist! It helps expand my ideas on where to go as starting dev.
@JoshuaVillarreal009
@JoshuaVillarreal009 2 күн бұрын
Definitely would use Bevvy to learn Rust too. just for fun. another great video! man I can't believe i'm hearing about camtasia in 2024, surprised to see em going strong.
@litjellyfish
@litjellyfish 2 күн бұрын
I would say that this definition is pretty new. Before game engine was code features that could stand alone from the game itself and be used to create another game. Framework was usually the term for “engines” outside of gamedev. Say like Flutter. That a game engine should incorporate and editor is actually a bit to opposite. A framework usually had some tooling like swift for iOS dev. While a game engine if one listen to the name. Was the engine , the motor that the game was running on. While the editor was well editor of data files that the engine might use at runtime. But not always that either. I would say it’s more down to angle and where you come from but for sure a game engine do not need to have any direct advanced tooling. Also several what is here references as framework I would more name as “libs” as purpose is to include them into other frameworks etc.
@n3v3rd1e
@n3v3rd1e 2 күн бұрын
precisely
@jlewwis1995
@jlewwis1995 2 күн бұрын
A perfect example of this is the quake and doom engines, there are loads of editors available for both of them but they don't come with the engines themselves, they're made by the community. But you can launch your game or map directly from the map editors typically. So they technically meet both definitions for an engine at the same time
@litjellyfish
@litjellyfish 2 күн бұрын
@@jlewwis1995 exactly. Although I myself still see them as editors that use the engine (not always) to run a game like core for me is that the game itself do not often incl does the editor / frameworks the game is just game code and the game engine code. Well we know what we mean. Loved child has many names. :)
@ksw8514
@ksw8514 2 күн бұрын
Yes, this definition is very weird. If Godot makes changes to its UI, did the engine really change? The definition suggests yes, but would anybody really think of it that way? Would a framework suddenly have to be called an engine if somebody hacks together a provisional scene editor for it? If not, how complete does the tooling have to be until it becomes an engine. The definition makes no sense. I don't think framework is a useful concept in game development. There are libraries, there are engines, and there are development tools, each building on the level before it.
@kimblemojimble7967
@kimblemojimble7967 2 күн бұрын
Its not a new definition. The reason its a bit fuzzy is because its a spectrum: lib -> framework -> engine
@kron520
@kron520 2 күн бұрын
<a href="#" class="seekto" data-time="498">8:18</a> Terraria was originally made with XNA.
@deadshot9640
@deadshot9640 2 күн бұрын
Tysm i was looking for this type of videos about framewoks❤
@LukeAGuest
@LukeAGuest 2 күн бұрын
I'm the author of the Ada bindings to SDL2, which adds type safety to the base API.
@animanaut
@animanaut 2 күн бұрын
i sweetly remember xna. having a blob of geometry moving on the screen to the inputs of my gamepad in no time. ms not known for good UX did good here with the DX.
@MateoC-f4n
@MateoC-f4n 2 күн бұрын
Good List. I must mention that you can do 3D in Love2d, either with rozenmad/Menori, or with bjornbytes/lovr.
@awyeagames
@awyeagames 2 күн бұрын
I'm really enjoying dragon ruby GTK, which you showed in your previous video.
@TayoEXE
@TayoEXE 2 күн бұрын
I'll also recommend AFrame (JS built on Three.js) for WebVR and WebAR (on 8th Wall for example).
@RiccardoBocci
@RiccardoBocci Күн бұрын
XNA/MG/FNA for game sale numbers on steam is the third successful "engine/framework" after Unreal and Unity. Don't understand why there is always "Celeste" showing off (which is amazing) when there are Stardew Valley (which is one man job) or Terraria which sold way more..
@gamefromscratch
@gamefromscratch Күн бұрын
I think it's because Celeste is always focused on the homepage.
@pura8898
@pura8898 2 күн бұрын
Yoo an update from my bookmarks(originally I bookmarked best FOSS engines and frameworks)
@DonatemangaCom
@DonatemangaCom 2 күн бұрын
an engine you never covered: Irrlicht Engine (+ there is also another version out there called skylicht engine)
@ElectroGamesYT
@ElectroGamesYT 2 күн бұрын
Raylib has 3D support 🤔
@AirmanCS
@AirmanCS 2 күн бұрын
Was wondering why would you need triangle draw functions on a 2D game, thought was for physics
@OxAA00
@OxAA00 2 күн бұрын
Sokol is also a framework much like raylib but even more compact but as versatile as raylib with bindings already.
@alter_ukko
@alter_ukko 2 күн бұрын
You beat me to it, but I had to do the full pitch. Such a great library.
@plotlessplot
@plotlessplot 2 күн бұрын
Phaser also has an official editor available, bringing it a bit closer to game engine territory.
@Reveletur
@Reveletur 2 күн бұрын
Literally looking for this two days ago, crazy
@nourbounasr553
@nourbounasr553 2 күн бұрын
to be honest I have been waiting for this video since forever, thanks
@perfecttown1167
@perfecttown1167 2 күн бұрын
libGDX can also handle 3D environments. I used it to build a custom map editor for an old MMO game.
@Raspredval1337
@Raspredval1337 2 күн бұрын
btw, you can do 3D in raylib, it's not just for 2D
@m128jg
@m128jg 2 күн бұрын
Before switching to Godot, I tried out SFML because the failed indie game Limit Theory used it. It is possible to pair SFML with 3D rendering.
@theburntcrumpet8371
@theburntcrumpet8371 2 күн бұрын
Huh. I've literally been looking at building games with a framework recently (built a couple of simple ones in go with raylib). It's interesting if this is something that's gaining traction again. It can be quite freeing from what I've done so far. More complexity in some places but definitely more simplicity in the sense that I can just draw some simple structs with to screen and define the relationship between structs in a way that makes sense for my game sooner than the way an engine thinks I should do it
@PurpleKnightmare
@PurpleKnightmare 2 күн бұрын
My game engine I built on raylib, does not have a level editor, it is for making arcade games. :) I may add one at some point. Also, raylib used XNA as inspiration. I think it is way better than XNA, and I've used XNA/MonoGame for years.
@Greywander87
@Greywander87 2 күн бұрын
Oh neat, after all the Godot drama I was actually considering if using a framework might be the way to go. I have an interest in minimalism and optimization, and using a framework over a game engine would give me greater control over performance optimization. I also have an interest in simulation, which is notorious for being load intensive. I'm not entirely clear on what the difference is between using a framework and just writing everything from scratch. I assume it's similar, just that the framework has some of the more tedious and difficult (and commonly used) functions already written out so you don't have to do it yourself.
@cordlc
@cordlc 2 күн бұрын
Writing everything from scratch means interfacing with API's like Vulkan, which to me is kind of hell. It's probably a good exercise to do once, to understand what's going on, but things have gotten so complicated (since GPU's have gotten so complex) that I find it's not pleasant to muck around with at the lowest level. Esp if you're like me and are more interested in game design, getting deep into the peculiar technicalities of modern GPU's / API's aren't really going to help you in that area. The rabbit hole just goes too deep. See: lines of code to render a triangle in Vulkan More importantly, there's the issue of dealing with multiple OS / hardware, if you want to run on more than your own system it's going to be a lot of extra tedious work. The frameworks are low level enough that you can still do whatever technical feats you can dream up. Also nice that the popular ones have C bindings, so you can write the project in your language of choice. Though it's still not at all like working with an engine like Godot, if you want an engine and mostly take issue with the politics, there's always the Redot fork.
@Greywander87
@Greywander87 2 күн бұрын
@@cordlc Yeah, I'm keeping an eye on Redot. And honestly, that level of optimization is probably overkill for most of the games I'd want to make. If I did want to create my own game engine, it sounds like using a framework would be the way to go. I'll keep that in mind should I ever encounter something that I just can't get working in Godot/Redot, or if I decide I want to create my own game engine for fun.
@C4CH3S
@C4CH3S 2 күн бұрын
no Ebiten?
@abhijitleihaorambam3763
@abhijitleihaorambam3763 2 күн бұрын
I am currently using glfw and bgfx
@HyperionStudiosDE
@HyperionStudiosDE 2 күн бұрын
You can use SDL with C++ as well. Doesn't really matter what it's written in.
@markopoutiainen7108
@markopoutiainen7108 2 күн бұрын
Do these C++ frameworks support modern C++ and how modern? Smart pointers in particular, but modern(ish) C++ offers lots of life improvement features over older versions. It would also be interesting to hear what the differences are between SFML, Allegro and Cocos2d-x and why you would pick one over the others.
@Lelende
@Lelende 2 күн бұрын
I believe panda has a c++ version. It's is more recent and aside from some minor differences c++ and python version are pretty interchangeable
@danielmejia5879
@danielmejia5879 2 күн бұрын
Is there a C# GameDev focused Framework to make 3D Games?
@TayoEXE
@TayoEXE 2 күн бұрын
I've mostly only worked with game engines like Unity and Godot. I was a CS major, but I barely ever touched C++ or C programming after my first year. I'm sort of interested in really understanding game programming on a deeper level. Do you recommend trying Raylib to get more into C programming based on my case? Specifically, I want to make 2D games.
@PotatoGodzilla
@PotatoGodzilla Күн бұрын
Will you make a game engine one?
@gamefromscratch
@gamefromscratch Күн бұрын
I kind feel I've done that a few times, but not sure if there's an exact match.
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
Yay I was looking for this.
@RandomGuyyy
@RandomGuyyy 2 күн бұрын
Once you get used to using an engine with a level editor and boffing out a whole bunch of 3D games with almost no effort, it's difficult to go back to making games with just a compiler and a graphics library.
@spatial7225
@spatial7225 Күн бұрын
Surprised you didn't mention Diligent Engine.
@HE360
@HE360 2 күн бұрын
Here's a question for anybody who knows: I would love to use a framework. I was wondering is there a universal scene editor that would work with any framework no matter which one I choose?
@PePe-kv2se
@PePe-kv2se 2 күн бұрын
For 2D, look into Tiled and LDTK. You can just parse the exported file into your game's data structures. For 3D, it's pretty tough. You have Trenchbroom if you're working on a low-poly/quake-style game or something like gtkRadiant. I'm working on one myself but that's ways off still.
@tom-hy1kn
@tom-hy1kn 2 күн бұрын
I don't know why Frameworks don't include a simple scene editor that lets you position objects in your game. There are tutorials on how to make them.
@BoardGameMaker4108
@BoardGameMaker4108 2 күн бұрын
I would recommend doing things in code first and if you really need an editor just have a "god mode" in your game. It can be as simple as just using a boolean to enable/disable certain things, like player damage. You can also just add console commands or cheat-codes, like the way Minecraft does. Just modify the way that the game is saved to include any level changes you might make. I thoroughly recommend giving frameworks a go, they are much simpler than game engines, especially for 2D.
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
honestly I have found that making an editor is easier longer time but if you want one now you should use Tiled (2d) or Blender (3d) There are plugins to convert blender object positions to json which you can load.
@Duerdak
@Duerdak 2 күн бұрын
You should cover SDL3 when it comes out, which should be coming out relatively soon. From the new features what I'm most excited about is the new GPU API. It has a vulkan, directx12 and metal backend and work is underway on a webgpu one. With this SDL3 will support 3D as well.
@JohnnyMayHymn
@JohnnyMayHymn 2 күн бұрын
I was just looking at frameworks too, esp those that Haxe can hypothetically target, so tired of engine drama and uncertainty edit: not tired of you reporting on it, you're doing awesome
@ArksideGames
@ArksideGames Күн бұрын
What a rabbit hole :O
@dermond
@dermond 2 күн бұрын
No Pygame :( But you put Löve2D :) I -love- more Löve2D than Pygame
@JosephSeed
@JosephSeed Күн бұрын
When it's super and nice, it's not performant. When it's performant, it's not nice.
@tom-hy1kn
@tom-hy1kn 2 күн бұрын
Shouldn't FNA be included in the 3D framework? when I have time to program again I am going to try it out. The reason I am choosing it over Monogames is because it has Vulcan support. I will try to build a complex 3D scene to test performance. Getting realistic lighting to work on it might be beyond my capability and I might end up moving to Flax.
@AnnCatsanndra
@AnnCatsanndra 2 күн бұрын
I'm kind of annoyed that the analytics are apparently darn good at identifying what I'm trying to work on even when I don't tell even my best friends. It's very useful! But still just kinda creepy I guess.
@firstname4337
@firstname4337 2 күн бұрын
SFML 3 is coming out soon -- from the sfml subreddit -- SFML 3.0.0-rc.1 Released same for SDL -- from the SDL subreddit -- Announcing the SDL 3.1.3 Stable ABI Preview! and you didn't mention pygame-CE -- a fork of pygame (there is a whole drama story going on with pygame, but pygame-CE seems to be the way to go now)
@gamefromscratch
@gamefromscratch 2 күн бұрын
Yeah a miss by me regarding pygame.
@Arcidi225
@Arcidi225 2 күн бұрын
Please, tell me it's technical drama, not some political one again...
@PurpleKnightmare
@PurpleKnightmare 2 күн бұрын
Yeah, Techlinked!
@QuillColor
@QuillColor 2 күн бұрын
Which, if any, frameworks are planning new visual interfaces to bring in non-code centric developers?
@PurpleKnightmare
@PurpleKnightmare 2 күн бұрын
Ogre has a Blender to Ogre translator to use Blender for maps.
@TacoGuy
@TacoGuy Күн бұрын
raylib my beloved
@jefreestyles
@jefreestyles 2 күн бұрын
"Disney Works"? What is that? Like Dreamworks and Disney had a baby. Anyway, I think one may use engines in a "framework" mentality. Just build your own tools and things using their API's. Though it might be very limited and you'll be reinventing the wheel in a lot of cases but YMMV.
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
Mike can you do a video on Codea (your first video) in the future. It has upgrade significantly to a new 4.0 version with support of with ui, shades, inputs, physics, objective C support, and a lot more. I make games in it. My channel covers it. I am working on a game on it.
@gamefromscratch
@gamefromscratch 2 күн бұрын
Oh has it been updated? I looked a year or so back and it seemed a bit static
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
@@gamefromscratchYes a lot of updates. I would show you links but KZbin does not allow it. If you joins their discord in the website (one of the tabs at top) I can show you the updates.
@oliverdowning1543
@oliverdowning1543 2 күн бұрын
Raylib can do 3D tho as well.
@Mahm00dM0hanad
@Mahm00dM0hanad 16 сағат бұрын
Where is the lovely GLFW
@SvenHeidemann-uo2yl
@SvenHeidemann-uo2yl 2 күн бұрын
Raylib is 2d only? Panda3d is awesome! There is a level editor for it.
@valhallagalex
@valhallagalex 2 күн бұрын
Raylib is not 2d only, no.
@thisisgood44
@thisisgood44 2 күн бұрын
Im interested in making game from scratch like literally
@gamefromscratch
@gamefromscratch 2 күн бұрын
This ironically could have two meanings. So you mean Scratch as in the language/framework or do you mean from nothing?
@thisisgood44
@thisisgood44 2 күн бұрын
​@@gamefromscratch like from nothing just a programming language no framework, also omg i got replied im so happy right now, your video helped me thank you so much❤
@WizardofWestmarch
@WizardofWestmarch 2 күн бұрын
Might be worth checking out something like the book Game Engine Architecture, which is currently in 3rd edition. It is a book about building an engine written by people in the industry.
@robertwong2412
@robertwong2412 2 күн бұрын
Where is U3d ?
@flushwhy
@flushwhy 2 күн бұрын
Heaps io not found 😔
@gamefromscratch
@gamefromscratch 2 күн бұрын
Heaps is kinda odd in that it's kinda a framework and kinda a library and kinda an ecosystem. I am a fan and included it last time but it was an awkward fit.
@flushwhy
@flushwhy 2 күн бұрын
​@@gamefromscratch Yea, that's very true. I forgot how big the ecosystem for Heaps is. I think Deep night's GameBase template does a really job at giving you something to work with. (That would be a batteries included framework, tho) Sadly, they made castledb apart of Hide. Making have you to build hide in order to get the GUI now.
@MrAlanCristhian
@MrAlanCristhian 2 күн бұрын
I want to try Panda3D, but I have no time.
@bloodandmore2946
@bloodandmore2946 2 күн бұрын
Waiting to tomorrow for O3DE 🥵
@anieziisandezzlas
@anieziisandezzlas 2 күн бұрын
Aren't they libraries? Wouldn't a "framework" be something like Godot?
@flushwhy
@flushwhy 2 күн бұрын
No, a framework controls the application flow, and a library lets you control application flow. A library would be vulkan SDK or OpenGL/OpenCL lib. You would take them to make something like Raylib that would be a framework because it controls the flow of your app to these libraries. Libraries tend to be lower level and frameworks are high level. Frameworks try to take common and best practices of a library or set of libraries and just do it for you. You could say that Godot is batteries included framework, but even then that is a giant leap.
@catlolis
@catlolis 2 күн бұрын
if i download panda3d, will disney be able to kill my waifu?
@nolram
@nolram 2 күн бұрын
Seriously, comparing SDL2, a low-level windowing and input library to Raylib? That's a bit misleading in my opinion because Raylib, as good as it is, is a full-fat framework which in some regard dictates how your game will be built (such as when using it in C, you're not really meant or able to link to system libraries such as windows.h). Also raylib does not support game consoles for the most part and on Desktop is locked to OpenGL, while SDL runs on just about anything.
@dukemagus
@dukemagus 2 күн бұрын
Sdl is much older. And with that comes plenty of community made solutions to achieve the same results as raylib. You can Frankenstein your way into making SDL more feature rich than Raylib if you want And console porting is only an issue if you're successful enough to warrant it. By that time you can hire someone to make a wrapper around whatever you used to make your game (even pygame!)
@nolram
@nolram 2 күн бұрын
@@dukemagus Console porting is a bigger deal than one may think even for indies, not just a "bonus if successful" - I've seen reports from other developers that games which barely sold a couple hundred dollars worth on steam got into the 5-figures on console. And yes, there are a lot of libraries ontop of SDL2, but those all just access graphics contexts via SDL.
@xfac11
@xfac11 2 күн бұрын
What about Irrlicht 😮😅
@WizardofWestmarch
@WizardofWestmarch 2 күн бұрын
I haven''t looked at Frameworks much in ages (went down a Unity hole for a while, now I do Godot), and I never realized how little there was in the way of 3d frameworks, which is even more surprising in a post-Vulkan world where getting a render pipeline up and running takes a lot more elbow grease than the OGL days. Though now I'm having fond memories of when I messed with SDL and SFML years and years and years ago.
@fearlesssean
@fearlesssean 2 күн бұрын
What about pygame-ce?
@igorthelight
@igorthelight 2 күн бұрын
Same as Pygame but more Community driven ;-)
@gamefromscratch
@gamefromscratch 2 күн бұрын
Yeah a miss by me.
@fearlesssean
@fearlesssean 2 күн бұрын
@gamefromscratch all good, I was just seeing if I should not pursue learning it because I just started 😅 panda3d is a great option after I level up. Thank you for the great video's 😁
@AsatteGames
@AsatteGames 2 күн бұрын
I am not surprised to see this video. A tweet started another Migration Period after Unity..
@oserodal2702
@oserodal2702 2 күн бұрын
Raylib! Raylib! Raylib!
@mortadelaok
@mortadelaok 2 күн бұрын
LÖVE2D is great, but Defold is perfect
@bloodandmore2946
@bloodandmore2946 2 күн бұрын
True
@MateoC-f4n
@MateoC-f4n 2 күн бұрын
Having used Defold a few times, it's ass. The concepts are weird (render script, gui script, collection, collectionfactory). The Editor flows are weird. The internal API is nice, but that's about it.
@mortadelaok
@mortadelaok 2 күн бұрын
@@MateoC-f4n It's perfect for me 🤷‍♂
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
@@mortadelaokand that is all it come down to. Whatever work well for the user.
@gostan2718
@gostan2718 2 күн бұрын
@@MateoC-f4n it sounds like you need to just get used to it
@bitpilot79
@bitpilot79 2 күн бұрын
Some of these are libraries, not frameworks. There is a difference between a framework and a library.
@ajinkyax
@ajinkyax 2 күн бұрын
GameMaker engine with NPM and JavaScript... Will be kicking asses in 2025
@PurpleKnightmare
@PurpleKnightmare 2 күн бұрын
I love raylib!
@consogamer1474
@consogamer1474 2 күн бұрын
Monogame the bast
@DerSolinski
@DerSolinski 2 күн бұрын
Uh... if you're just learning Rust you won't be happy with Bevy. You should have at least a year of playing around with Rust before you start looking into Bevy since it uses abstractions that take full advantage of the language. You will be overwhelmed otherwise.
@beobeloyt
@beobeloyt 2 күн бұрын
Hi Mike. I think you're confused between framework and library. For example, SDL is a library, not framework. Basically, if you call it's code, it is a library. If it call your code, it is a framework. Framework is basically a complete software that you can run as is. You can then add your own code to add functionality. Library just provide you building blocks. It will not run as is. Your code, which is not part of the library, is the one that run.
@nialltracey2599
@nialltracey2599 2 күн бұрын
So what you're saying is the Doom engine wasn't an engine, the Build engine wasn't an engine, and the Quake engine wasn't an engine....
@gamefromscratch
@gamefromscratch 2 күн бұрын
All 3 of those engines had world building tooling? So, no.
@Capewearer
@Capewearer 2 күн бұрын
@@gamefromscratch you didn't ever try to google, lol! These game engine have official level editors, just like DoomEd, QuakeEd, Build editor. They all have separate content files without hard-coding such as WAD, BSP etc. Next time you do your video, at least check facts.
@nialltracey2599
@nialltracey2599 Күн бұрын
@@gamefromscratch The fact that Id and 3d Realms made tools to make things to work with their engine doesn't make those part of the engine. Unless you think the factory your car was made in is part of your car's "engine". An engine was originally a set of code libraries that do things that are important to your game. The term has changed over time as language does, but still....
@gostan2718
@gostan2718 2 күн бұрын
people are looking for Godot alternatives so it is good time to do this video
@igorthelight
@igorthelight 2 күн бұрын
Not sure that many people that used a game engine would switch to a game framework ;-)
@SenkaZver
@SenkaZver 2 күн бұрын
These aren't alternatives. Godot is an engine, these are frameworks. These are one level up, requiring more coding skill and work to make use of. Most people who use godot and want to swap won't be able to easily switch to these.
@Arcidi225
@Arcidi225 2 күн бұрын
How many open source game engines there are? Not many, and how much we can trust any of them after what happened to Godot? Yeah, frameworks are different than engines, but they are tools to make games. Godot was known as good engine for 2d games, and those are simple enough that you don't need engine to make them. They are also safer long term, as it is so much less work to replace framework than it is engine itself, especially if you were using GD script. Ofc, this mostly applies to "lower level" stuff like SDL or raylib.
@markcahalan5698
@markcahalan5698 2 күн бұрын
Redot sounds promising, but only time will tell
@askeladden450
@askeladden450 2 күн бұрын
only hobbyists would switch engines because of twitter nonsense.
@rayzorite
@rayzorite 2 күн бұрын
finally a video where bro is not Glazing Godot
@lemonjumpsofficial
@lemonjumpsofficial Күн бұрын
CAN YOU SEE HOW DIRECT X ISN'T THERE??? SEEE???? IT'S NOT A REAL FRAMEWORK >:0 /hj
@Garmichael1
@Garmichael1 2 күн бұрын
The Godot Exodus has begun.
@kocokan
@kocokan 2 күн бұрын
Is framework not engine?
@local.interloper
@local.interloper 2 күн бұрын
hi :3
@CodeaDeveloper
@CodeaDeveloper 2 күн бұрын
hi :3
@catlolis
@catlolis 2 күн бұрын
hi :3
@vvvorlds
@vvvorlds 2 күн бұрын
Hopefully you will get your money. Talking bull shit for 10 minute's
the Rise and Fall of Adobe
28:08
Jazza
Рет қаралды 467 М.
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 615 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 24 МЛН
Зу-зу Күлпаш 2. Бригадир.
43:03
ASTANATV Movie
Рет қаралды 531 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 78 МЛН
I Created My Own Custom 3D Graphics Engine
26:29
Inkbox
Рет қаралды 90 М.
Duracell PowerCheck: A genius idea which didn't last that long
16:13
Technology Connections
Рет қаралды 1,6 МЛН
Genius Graphics Optimizations You NEED TO KNOW
16:54
Oskar Schramm
Рет қаралды 8 М.
Math News: The Bunkbed conjecture was just debunked!!!!!!!
14:59
Dr. Trefor Bazett
Рет қаралды 124 М.
The O3DE Game Engine Takes a MASSIVE Leap Forward
16:00
Gamefromscratch
Рет қаралды 17 М.
Why 96% of Indie Games Fail
14:31
Going Indie
Рет қаралды 323 М.
Unity 7
12:21
Gamefromscratch
Рет қаралды 39 М.
Jonathan Blow on how an operating system should work
14:22
Anton Swifton
Рет қаралды 111 М.
Why you Draw Bad Assets || 2D Game Art
13:00
Nonsensical 2D
Рет қаралды 69 М.
Why More People Dont Use Linux
18:51
ThePrimeTime
Рет қаралды 258 М.