I Made Minecraft in Godot

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • I made a voxel game like Minecraft in Godot! This is my 14 day devlog for my first ever 3D game project.
    Instagram: / rachelftech
    TikTok: / rachelftech
    Music channel: / @rachelfguitar
    Try it out here: rachelftech.it... (no promises as to performance :))

Комментарии • 260

  • @squarerootof2
    @squarerootof2 13 дней назад +549

    That's nothing. I made Godot in Minecraft

    • @luckyknot
      @luckyknot 13 дней назад +5

      xDDDD

    • @lucasfranke5161
      @lucasfranke5161 13 дней назад +30

      Now make Minecraft inside Minecraft's Godot

    • @DoodlesDOTnet
      @DoodlesDOTnet 13 дней назад +13

      @@lucasfranke5161 And then make gedot in that minecraft

    • @kitsunemusicisfire
      @kitsunemusicisfire 12 дней назад +2

      "What is the square root of 2?"
      The square root of 2:

    • @Kitodev
      @Kitodev 12 дней назад

      😂😂 good luck

  • @RachelfTech
    @RachelfTech  13 дней назад +292

    This was such a fun project! Let me know if you'd like to see a part 2 :)

    • @lukianleizour9358
      @lukianleizour9358 13 дней назад +17

      We want part 2 !

    • @JJW410
      @JJW410 13 дней назад +8

      Absolutely! 😁

    • @WayofWood
      @WayofWood 13 дней назад +6

      Yes - please! 😊

    • @azzz766
      @azzz766 13 дней назад +3

      Yes, please make more. So many awesome new godot projects out there, love to see it

    • @rccli
      @rccli 13 дней назад +3

      PART 2 PART 2 PART 2

  • @AlexFalkenberg
    @AlexFalkenberg 13 дней назад +92

    I really appreciate the "I'm gonna do this learning project for two weeks" and sticking to it. Thanks for sharing this. :)

  • @natanmaia3575
    @natanmaia3575 13 дней назад +41

    Was expecting this to be scuffed but No, it's all here. Chunking, Threads, Mesh generation. Amazing job there ❤

  • @MattWoelk
    @MattWoelk 13 дней назад +69

    Dissappering into the mist at 26:52 made my day, 😂.

    • @mjdevlog
      @mjdevlog 13 дней назад +4

      straight up horror gameplay

    • @Sylfa
      @Sylfa 11 дней назад +1

      Seems like she unintentionally recreated Herobrine…

  • @dancovich
    @dancovich 12 дней назад +25

    I'm both impressed and jealous that you went from learning Godot to making a Minecraft clone that doesn't run at 3fps in 5 months

  • @raqbit
    @raqbit 13 дней назад +25

    It is very inspiring to see how quickly you manage to learn new concepts and then apply them to solve the problems at hand. And you manage to explain your steps and thought process very clearly too. Looking forward to seeing further progress on this project!

  • @jumbledfox2098
    @jumbledfox2098 13 дней назад +31

    your happiness is really contagious lol, i was feeling a bit meh but you just sounded so excited while explaining everything and it put a big smile on my face, thank you :3

    • @RachelfTech
      @RachelfTech  13 дней назад +2

      I'm so happy to hear that, thank you!

  • @altrogeruvah
    @altrogeruvah 5 дней назад +2

    As 37yo who started learning Python only about two weeks ago, seeing how a 3D game is being created one day at a time is so exciting because of how attainable and understandable this seems! This is a great concept, I hope there is a part 2 soon, absolutely fantastic work

  • @doctorcis3510
    @doctorcis3510 9 дней назад +3

    I feel like the journal presentation instead of documenting is making this feel way more approachable, and having the problems explained in the order you'd encounter it seems easier to remember. Excellent second monitor content.

  • @Corncycle
    @Corncycle 13 дней назад +19

    always a treat to see your projects! are you interested in designing a full game of your own to eventually release? or are you planning to continue recreating other games to learn? regardless of what you choose, it's always fun to see you explore game dev and solve problems :)

    • @RachelfTech
      @RachelfTech  13 дней назад +11

      Thank you! I'd like to do that sometime in the future, but for now I mainly plan on continuing to make a bunch of smaller projects/prototypes to keep learning different things quickly.

    • @Corncycle
      @Corncycle 13 дней назад

      @@RachelfTech cool! love the videos

  • @GameOn0827
    @GameOn0827 12 дней назад +6

    The bird is starting to gain some lore. It's going to need a name soon

  • @jasonyesmarc309
    @jasonyesmarc309 13 дней назад +11

    Voxel worlds are difficult Q.Q
    Challenge mode: create a system that causes a chunk to reconfigure itself to half resolution and no collision, once it falls outside the usual loading distance. This would allow more of the world to be visible at once with minimal performance impact. If you can do this, you'll have outpaced Minecraft, which requires the Distant Horizons mod to achieve this. I feel like this would be a lot more stable if it's implemented as a primary system, too.
    Or do your own thing; I'm not gonna tell you what to do, lol. Happy coding!

    • @RachelfTech
      @RachelfTech  13 дней назад +7

      Yeah that would be interesting to explore! Lots of different optimization options I haven't tried yet!

  • @jasonyesmarc309
    @jasonyesmarc309 13 дней назад +7

    Also, your adventures in figuring out the multithreading crashes were super interesting! I have never seen my code break in so many ways than I did when adding multithreading lol.

  • @BastiaanOlij
    @BastiaanOlij 13 дней назад +4

    Nice project! Really cool to see you come up with solutions as you learn stuff from scratch.
    Just in case you hadn't found it yet, for any build in material in Godot, after you set it up to do what you want it to do, you can open the dropdown and select "Convert to ShaderMaterial". This is a wonderful way to learn more about how shaders are build in Godot and further customise/optimise the shader code.
    Also the technique of using a full screen quad to do post effects is a bit of a hack because Godot didn't have an alternative. But behind the scenes this makes a copy of the screen texture and depth texture from which you end up reading. Since 4.2 Godot has a new system called compositor effects. A little more daunting to use but better suited to the task.
    Godot 4.3 introduces an optimisation in the form of a Reverse-Z depth buffer, depending on your fog implementation you may need to make a small change.

  • @robertsimon0306
    @robertsimon0306 13 дней назад +6

    I love this. Many youtubers that said they create minecraft in a game engine ended up just creating the terrain system and that's it. No trees, no animals, no crafting, wich is okay I guess, until you don't call it to minecraft. But you already made caves, and animals (at least one :D) and if I'm correct you want to develop a lot of other features to this project. So it's great and I'm really looking forward to the next video :)

    • @RachelfTech
      @RachelfTech  13 дней назад +3

      Thanks! Yeah I have much more I plan on adding in the future, just had to stop for now because the video was getting too long 😅.

  • @bluemond100
    @bluemond100 10 дней назад +1

    "Because I wouldn't have to worry too much about 3D modeling or complicated math" - and later she would regret that statement

  • @ltommasini
    @ltommasini 11 дней назад +1

    Please, please, make a tutorial out of this. Can even be scattered tutorials of some chunks. The newbie godot community would love you for life

  • @Nerdforge
    @Nerdforge 17 часов назад

    This is great! Love to see a part 2

    • @RachelfTech
      @RachelfTech  16 часов назад

      Thanks so much, I'm a big fan of your videos!

  • @DanaTheLateBloomingFruitLoop
    @DanaTheLateBloomingFruitLoop 9 дней назад

    Good stuff! The bird gives me the chills. No matter what you do, he is always close, watching you, judging you, waiting.

  • @rccli
    @rccli 13 дней назад +8

    this is awesome lol i love this
    and the bird returns!!

    • @RachelfTech
      @RachelfTech  13 дней назад +1

      Thank you! 🐔🐔🐔

    • @IceMetalPunk
      @IceMetalPunk 10 дней назад

      @@RachelfTech You could totally turn this into a bird-based game: nest blocks, tree generation where nests and birds naturally spawn, different bird types, eggs, etc. Like Slime Rancher, but with birds, and each bird type can have its own unique abilities or resources.

  • @e3.14c4
    @e3.14c4 13 дней назад +3

    26:51 okay that truly is a horror game, the moment you catch it following you it does that and disappears.

  • @Gantics-Antics
    @Gantics-Antics 5 дней назад

    I used to love programming.. I like these videos because I am so busy with my job that I no longer have the time for hobyist programming anymore. Watching this is like a weeks worth of me meandering through my code projects without actually doing it myself :]

  • @drgabi18
    @drgabi18 13 дней назад +1

    A Part 2 would actually be interesting if you are to make it, mainly because I just love seeing the crazy ideas some people come up with when making their own Minecraft clones

    • @RachelfTech
      @RachelfTech  13 дней назад +1

      It's fun just brainstorming ideas for it! Definitely planning on returning to this in the future :)

  • @iamjessieray
    @iamjessieray 9 дней назад

    I have been waiting on someone to do a godot minecraft clone. This we well done, great job. I look forward to seeing what else you get into!

  • @mjdevlog
    @mjdevlog 13 дней назад +2

    Damn you're so talented at figuring out your problems and looking for the answers on either docs or github issues. You're not afraid to learn something new no matter how intimidating it seems. Definitely motivates me to do the same😊
    Also personally i like this format, how you compress all those 70+ hours of footage into an engaging 30 minute video. Even though i don't understand some of it (i'm also still new in Godot 3D), atleast i have an idea on how to start my next project. Thanks for this✨

    • @RachelfTech
      @RachelfTech  13 дней назад

      Thanks so much, I really appreciate the kind words! Also happy to hear you like the format. I've been really enjoying making videos like this!

  • @DannyWelch
    @DannyWelch 5 дней назад

    This was fascinating to watch. I loved seeing you work through each of the issues and optimizations. Subscribed and look forward to seeing more of your content!

  • @MrBoingus
    @MrBoingus 12 дней назад

    this is an AWESOME video. i love love love just watching how people work through problems in godot. it simultaneously makes me feel less stupid AND gives me an idea of how to work around my own problems. thank you!

  • @Xilefian
    @Xilefian 10 дней назад +2

    Fog via a blended screen quad is quite an expensive solution - the way it's done traditionally is by blending the vertex colour of the mesh with the fog colour based on distance from the camera

  • @bertilorickardspelar
    @bertilorickardspelar 11 дней назад

    Very well done. I tried that once and it wasn't easy. Your version is better than mine. A small suggestion about optimization. Separate the mesh for each chunk so that you have a separate mesh for each face direction. Then you can skip rendering completely of all meshes facing away from you in the neighboring chunks which helps a lot. You only need to update which meshes are facing away from you when you cross a chunk boundary and only for some chunks, not all. Anyway, amazing job.

  • @jmpcodedev
    @jmpcodedev 3 дня назад

    Great video! Loved how you explained all the problems you encountered!!

  • @Seancstudiogames
    @Seancstudiogames 5 дней назад

    Terrific project! Very inspiring. Would love a part 2.

  • @Terrorfiend
    @Terrorfiend 11 дней назад

    Very very cool. I've done work with voxels in the past and its not easy stuff sometimes, so neat to watch you go through the struggles. Challenge mode for next time: antialiasing and multiplayer! Subbed!

  • @Diamonddrake
    @Diamonddrake 9 дней назад

    This looked like a rewarding project! Great Job!

  • @EduardKaresli
    @EduardKaresli 8 дней назад

    That was amazing. And if you continue and build a complete game (and you seem pretty prepared for this) then you might sell it pretty well. Go for it!

  • @DapperDilanzo
    @DapperDilanzo 12 дней назад

    This was a great watch! I loved this video! As someone who is very interested in godot game development and a massive fan of Minecraft, I enjoyed seeing the process of how games are made. Awesome video

  • @BoredDeveloper
    @BoredDeveloper 9 дней назад

    Very underrated channel, I really enjoyed watching the process, and the story telling!
    Me myself never really worked on 3d games yet. It was very useful to watch!

    • @RachelfTech
      @RachelfTech  9 дней назад

      Thanks so much, glad to hear!

  • @CristopherKiri
    @CristopherKiri 6 дней назад

    You are such an inspiration. I also enjoy your energy and how much fun you have. Keep up the good work!

  • @shayes.x
    @shayes.x 10 дней назад

    This is really neat! Loved seeing your learning process

  • @CovetFlux
    @CovetFlux 8 дней назад

    As someone who is slowly trying to get into developing their own game, this is pretty damn inspiring. Unfortunately, I have the intellectual capacity of melted tennis racket, but still, awesome stuff man!

  • @obieFM
    @obieFM 11 дней назад

    I love your excitement for coding/development, it's contagious! 😄

  • @gccalvin
    @gccalvin 4 дня назад

    This was entertaining and really informative, thank you!

  • @phnkcell710
    @phnkcell710 11 дней назад

    This seemed so fun, that I now want to do a project like this

  • @CreativeSteve69
    @CreativeSteve69 13 дней назад +1

    Yay a new Rachel video dropped. This project really looked pretty neat. loved the bird addition. hoping we get a part 3. :)

  • @AnFonE
    @AnFonE 12 дней назад

    I really liked the bird from your desktop pet game in the Minecraft world! Great video and fantastic presentation.

  • @oscurot
    @oscurot 7 дней назад

    Impressive. Also really like the humble attitude even though you are obviously a talented game developer. 😊

  • @sugarbee.
    @sugarbee. 12 дней назад

    I'm obsessed with watching game development videos and projects and I have to say you have a really fantastic approach to the videos! You have just the right amount of explanations on features and bugs and processes that I'm able to actually understand the steps you've taken to add certain mechanics and features and fix bugs without it seeming overly easy or boring!! Keep it up!!

    • @RachelfTech
      @RachelfTech  11 дней назад

      Thanks so much for the kind words, I'm really happy to hear the format is working well! :)

  • @cheesymcnuggets
    @cheesymcnuggets 13 дней назад

    I have thought a lot about trying this but damn does it look hard, you are so productive, I can't believe you made this in just 2 weeks, good job :))

    • @RachelfTech
      @RachelfTech  13 дней назад

      Thanks so much! I was pretty hyper focused these weeks 😄. It's a fun project to work on so I'd recommend it!

  • @gala5520
    @gala5520 5 дней назад

    Guitarist + Developer = Rechelf 💙

  • @scrambled_greg
    @scrambled_greg 10 дней назад

    Jeez, that's impressive. I write code all day and I cannot imagine trying to keep track of also making a cohesive video of it at the same time. Well done.

  • @MrBoko1234
    @MrBoko1234 10 дней назад

    Loved watching this, gave me some ideas for my own Godot projects ! Would love to see you develop this project further :)

  • @arianaponytail
    @arianaponytail 10 дней назад

    really interesting to see as your learned and solved problems and it shows your passion for this . Awesome stuff , thanks for sharing this project :)

  • @wukerplank
    @wukerplank 12 дней назад

    Awesome how in depth you went! Most videos I saw stop at one chunk. This was a great watch. Also thanks for the Mac version of the game!

  • @ShadeDemon2141
    @ShadeDemon2141 12 дней назад

    This was a really great video. The way you explained and broke down each part at a perfect level for me. A lot of videos like this feel the need to explain every algorithm and like of code, this is so much more practical and treats the audience like they actually know some things about game dev. Admittedly more niche, but perfect for me.

    • @RachelfTech
      @RachelfTech  12 дней назад

      Glad to hear you enjoyed the format! I'm definitely planning to keep making similar videos, I find them really fun to make as well!

  • @Bekah_Penguin
    @Bekah_Penguin 12 дней назад

    You are so smart! I could never figure this kind of stuff out 😮 and nice guitars!!!

  • @priemar-ju9zh
    @priemar-ju9zh 10 дней назад

    As a dev myself, I can relate to your 'learning new things' phase. It's really refreshing to see the enjoyment after solving each challenge on the way to the final goal. Keep going, have fun, and I wish you many more followers! 😉

  • @peatral
    @peatral 9 дней назад

    I've seen so many (good) videos where Minecraft gets recreated. This is the first time I've seen it being recreated in Godot. I love this so much lol

  • @Spadoosky
    @Spadoosky 8 дней назад

    I am in awe of you as a new game dev 😂

  • @chetanvmalhotra
    @chetanvmalhotra 4 дня назад

    great fun to watch video, great job!

  • @markflakez
    @markflakez 12 дней назад

    My first thought was you're just gonna instance many cubes without optimizations. I'm glad you didn't and learned something new :)

  • @johanmaasing
    @johanmaasing 13 дней назад

    I’ve been playing with voxel based worlds for many years and I must say you made incredible progress. Really enjoyed the video.

    • @RachelfTech
      @RachelfTech  13 дней назад +1

      Thanks so much, I appreciate it!

  • @BRSReviews
    @BRSReviews 9 дней назад

    wow this is amazing, nice job!

  • @AtoyK
    @AtoyK 2 часа назад

    Great Video!! Learned a lot!

  • @lordsubl1me
    @lordsubl1me 13 дней назад

    first shes better than me in guitar now in game development too? fr tho, ur so talented

  • @Sk4lli
    @Sk4lli 13 дней назад

    Fun video! I'd love part 2 as well! :)

  • @MikaelIsaksson
    @MikaelIsaksson 6 дней назад

    That's great. We'll done!

  • @Xilefian
    @Xilefian 10 дней назад

    9:15 only in the game logic code, for the rendering we use 16x16x16 chunks (called RenderChunks)

  • @Godot-Bro
    @Godot-Bro 13 дней назад

    Wow! Very impressive work. You're a lot smarter than me, that's for sure! 😂 I'd love to make a voxel based project someday, but for now I am not capable of even what you've done, much less the rest of the game. Great work!

    • @RachelfTech
      @RachelfTech  12 дней назад +1

      I'm sure you can do it! Definitely lots to learn but it's a fun process! Thanks :)

  • @StephenFosterUK
    @StephenFosterUK 11 дней назад

    I mean you had my respect when you decided to optimise the voxels into surfaces for your first 3d project.. 👏

  • @lorrdy7640
    @lorrdy7640 11 дней назад

    Great video, I really like your style with the video

  • @sebsafari
    @sebsafari 12 дней назад

    Wow so much work to get this going! Would love to see you continue and make an inventory/crafting system.

  • @dandan19-d
    @dandan19-d 5 дней назад

    This was a really great video, I loved it! It was great to see your progress through the days. I really want to replicate your journey!
    One thing that surprised me - why doesn't Godot automatically cull the faces of objects that aren't facing the screen? This seems like something a game engine should do for us!

  • @birbothealpha
    @birbothealpha 13 дней назад

    the solutions you come up with blow my mind every time omg

  • @GabeRundlett
    @GabeRundlett 12 дней назад

    Voxels my beloved 🥰 nice work!

  • @Paberu85
    @Paberu85 9 дней назад

    You've overcomplicated stuff a bit with fog. Altering vertex color based on distance from player (and optionally based on how deep below horizon line vertex is to make caves appear covered with darker fog) would be sufficient. You did a great job!

    • @RachelfTech
      @RachelfTech  9 дней назад +1

      I remember considering doing that but don't remember why I didn't 😅, will have to try when I work on this again! Thanks :)

  • @_mickmccarthy
    @_mickmccarthy 13 дней назад

    Awesome job! Pretty amazing how quickly you were able to get everything put together!

  • @scarcekoi
    @scarcekoi 13 дней назад

    Im not sure if you can import blockbench models into Godot but that might be another way of making 3D models for a Minecraft-like game

  • @dirkroosendaal2254
    @dirkroosendaal2254 12 дней назад

    damm this is sick, i would like to see a part 2

  • @baoinh2968
    @baoinh2968 11 дней назад

    look so good, i want to see it grow

  • @mc_180
    @mc_180 11 дней назад

    The chicken reminds me of the Duolingo bird

  • @MiniWombatHere
    @MiniWombatHere 13 дней назад

    Very cool! You definitely picked up some advanced skills! Glad you kept it up!

    • @RachelfTech
      @RachelfTech  13 дней назад

      Thank you! Yeah I definitely feel I learned a lot!

  • @cosmicmenace
    @cosmicmenace 13 дней назад

    I used to like messing around with that kind of stuff when i was using libgdx and java, so its really interesting to see how you did the various steps in godot

  • @gnomkowalski4232
    @gnomkowalski4232 13 дней назад

    Holy hell I just clicked a random gamedev vid and the first thing I see is the famous guitar girl :D You were like my biggest inspiration when I was learning guitar lol

    • @RachelfTech
      @RachelfTech  13 дней назад +1

      That's so cool to hear! I'm currently focusing on this channel, but will eventually make more guitar videos too! 🎸

    • @gnomkowalski4232
      @gnomkowalski4232 13 дней назад

      @@RachelfTech This was an awesome video, so you do you because you clearly know what you are doing!

  • @littledragon4792
    @littledragon4792 12 дней назад

    Definitly want to see a part 2 to this. Fun and interesting!

  • @NexusBaum
    @NexusBaum 6 дней назад

    omg, that's a lot of effort! O_O

  • @BlackJar72
    @BlackJar72 11 дней назад

    I just picked a classic Doom clone (first in jMonkeyEngine, then Unity when that didn't work well) as my first 3D game, so I could have something relatively easy with a third-party modern engine. Of course, I combined it with a roguelike and generator created for a Minecraft mod, which made it much harder than and forced me to learn to build procedural meshes as well.

  • @bmericd
    @bmericd 13 дней назад

    Awesome video!
    You could also try to implement the greedy mesh algortihm to combine the triangles on the flat surfaces to further improve performance.
    Love the content!

    • @RachelfTech
      @RachelfTech  13 дней назад

      Could definitely be interesting to explore further optimizations!

  • @villagerzock5468
    @villagerzock5468 10 дней назад

    for 3d models you should use blockbench if they should look minecrafty

  • @nicolasgalipeau3632
    @nicolasgalipeau3632 13 дней назад

    That was amazing, keep on going!

  • @howdy9231
    @howdy9231 12 дней назад

    Notch would be proud.

  • @PsiThGuy
    @PsiThGuy 10 дней назад

    You should look into blockbench for minecraft style 3d modeling

  • @kuruma_4
    @kuruma_4 13 дней назад +1

    Wow video was very interesting and informative and it was such a cozy to watch 👏

    • @RachelfTech
      @RachelfTech  13 дней назад

      So happy to hear, thank you!

  • @ryanvaught3143
    @ryanvaught3143 15 часов назад

    I'm trying to make something similar but locked into the isometric perspective, would it be more performant to have sprites for each block or do the textured faces and face culling?
    Thanks for any help, love your channel

  • @RetroDead
    @RetroDead 12 дней назад

    woah im subscriber 8,000! this was such a fun project to watch!

  • @MrAndrew990
    @MrAndrew990 3 часа назад

    holy shit well done

  • @terribleracing4841
    @terribleracing4841 12 дней назад

    Thank you so much for solving the same issue I ran into with my own game that is similar to Minecraft. My day and night cycle was also doing this! Do you think I could share with you my project too? Mine is a little bit more intense than Minecraft when it comes to terrain gen though. Mine is more similar to lego worlds terrain gen.

  • @retrowembley
    @retrowembley 11 дней назад

    I programmed something like a Minecraft clone in Godot myself. I would be very interested in cave and tunnel generation. There is not much information out there. I found an older game magazine post on this which states multiplying 3D noise along each axis. But it could look better ...

    • @RachelfTech
      @RachelfTech  11 дней назад +1

      That would definitely be interesting to explore further!

  • @rubuk2996
    @rubuk2996 День назад

    It hurts to see so many nested for loops, but you gotta do what you gotta do I guess.

  • @eptic-c
    @eptic-c 12 дней назад

    At 8:00 i think the easiest way was to make the texture be VRAM UNCOMPRESSED or disable mipmap generation in the import settings.

    • @eptic-c
      @eptic-c 12 дней назад

      As a note, for pixel art textures mipmaps are not really required as the image is very small anyway.

  • @john.dough.
    @john.dough. 9 дней назад

    Neat! Thanks for sharing :]