Pygame in 18 Minutes

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 45

  • @DaFluffyPotato
    @DaFluffyPotato  15 днів тому +19

    I've been wanting to make a Pygame video targeted towards more experienced developers interested in learning Pygame for a while. It's finally here! :D
    If you're less experienced, this tutorial may be more appropriate: ua-cam.com/video/2gABYM5M0ww/v-deo.html (although watching this one first as an overview doesn't hurt)
    ⭐ Check out Yawnoc: store.steampowered.com/app/2824730/Yawnoc

  • @headlights-go-up
    @headlights-go-up 15 днів тому +44

    I use Python for my day job…basic sysadmin automation and devops-y type stuff. This makes me want to use those basic Python skills to poke around Pygame.

    • @tg_2137
      @tg_2137 15 днів тому +2

      Same, but for data processing with Pandas.
      I wonder how much carry over there'll be from day-to-day problem solving on the job to figuring things out for game dev.

    • @primenzzz4602
      @primenzzz4602 15 днів тому +1

      how did you become a devops

    • @elxero2189
      @elxero2189 14 днів тому

      Please do and make dev logs

  • @relaxing_chess
    @relaxing_chess 15 днів тому +10

    Came in clutch with the exact video that I needed. Thank you!

  • @cheddar500
    @cheddar500 14 днів тому +3

    Been 10 years since I messed around with Pygame, I'll have to check it out again

  • @shinigami7371
    @shinigami7371 13 днів тому +3

    Man...game devs are built different. Trying to get into game development and I'm kinda getting scared at how hard it seems

    • @HisDivineShadow
      @HisDivineShadow 12 днів тому +3

      Nothing good was ever created from avoiding things that were hard but game dev isn't hard, it is more tedious and time consuming to nail all of the details. Start small and don't be hard on yourself, just enjoy the process.

    • @tr1tion
      @tr1tion 12 днів тому +1

      @@shinigami7371 you are setting high expectations for yourself, everyone began somewhere.

  • @tr1tion
    @tr1tion 15 днів тому +24

    next: moderngl in 18 hours

  • @yashovardhansingh5422
    @yashovardhansingh5422 15 днів тому +8

    Do you have an opinion on raylib? Or you haven’t tried it yet?

    • @DemidCode
      @DemidCode 14 днів тому +4

      to be honest raylib is even powerful than pygame. I was using pygame for a year and raylib for a year already. But the problem with raylib is, in some low level functions you have to use ctypes or ffi's to pass pointers trough python. You don't deal with low level functions every time but sometimes its happens. For example i was coding video player in raylib, and wanted to update raylib texture with numpy array (video frame), so i had to convert numpy array to buffer, than make void* pointer of that buffer and only then pass it as parameter.
      Pygame is not low level, its designed to use with python, its very clever wrapper of sdl2. So if you code in python a lot, stick with pygame, other wise try raylib

  • @mrshodz
    @mrshodz 15 днів тому +2

    Nice video

  • @HisDivineShadow
    @HisDivineShadow 12 днів тому

    I do love that performance video, but my dude mentioned it twice :)

  • @Noe-iu5zf
    @Noe-iu5zf 13 днів тому +4

    How did you make the documentation readable? It hurts my eyes to look at this green.

    • @DaFluffyPotato
      @DaFluffyPotato  13 днів тому +4

      There's a dark mode button on the top right

  • @SpacemanY2K38
    @SpacemanY2K38 3 дні тому

    Absolute beast!

  • @irshaadali2926
    @irshaadali2926 11 днів тому

    I wish you could teach us how Pygpen works on the inside, it looks so cool! (Yes I did look at the code and I'm still lost)

  • @quangvu8784
    @quangvu8784 15 днів тому +3

    Nah. I tried to create my own platformer but still stuck at creating camera. Just copy code or even tweaking it not gonna do me anu good. Then i learn to build a script from the ground up, still hit the same problem with come up with feature and not able to put it out to the editor 😅

  • @Yobro-sp
    @Yobro-sp 15 днів тому +3

    so goated

  • @downbad.
    @downbad. 15 днів тому +4

    I need to get a job man , so that i can do this stuff when i dont have to worry about money

  • @MowiWowi
    @MowiWowi 13 днів тому

    Bro if only i had this a year ago

  • @lederpium1965
    @lederpium1965 15 днів тому +2

    yay

  • @a_pi_guy
    @a_pi_guy 14 днів тому

    cool video!!!

  • @Himanshusingh-eu5oq
    @Himanshusingh-eu5oq 15 днів тому +1

    Why has no one made a game engine using pygame? It should be easier and more flexible than c# or c++ right? And most libraries are written in c anyway

    • @Omena0
      @Omena0 15 днів тому

      They have

    • @tr1tion
      @tr1tion 14 днів тому +3

      pygame is inherently slower than industry standards, mainly because it uses python

    • @CheatCodeSam
      @CheatCodeSam 12 днів тому

      Godot uses GDScript, which is very similar to python.

  • @sakulives
    @sakulives 15 днів тому +2

    DaFlufflyGoat has poasted

  • @alanimohammad
    @alanimohammad 10 днів тому

    Nice video, great job ... can anyone tell me the name of the background music ? I love it is so relaxing :)

    • @DaFluffyPotato
      @DaFluffyPotato  9 днів тому

      I made it actually. It's the shopping music from the winter area in Yawnoc.
      Here's the initial version of the track:
      ua-cam.com/video/cwPv0McMSnQ/v-deo.html
      I changed a couple things after posting that, so the game has the latest.

    • @alanimohammad
      @alanimohammad День тому

      @@DaFluffyPotato thank you so much

  • @SolarMothOfficial
    @SolarMothOfficial 15 днів тому +2

    Cool

  • @MowiWowi
    @MowiWowi 14 днів тому

    FLUFFFYYYYYYYYY!!!

  • @kjyu4539
    @kjyu4539 11 днів тому

    🙏

  • @jayachandrank2875
    @jayachandrank2875 15 днів тому +2

    Pygame is portable other system ??How to convert to apk or exe

    • @rnts08
      @rnts08 15 днів тому +2

      Many ways to compile python to an executable, not sure if it works great for mobile though. Google is your friend

    • @Himanshusingh-eu5oq
      @Himanshusingh-eu5oq 15 днів тому +2

      Pyinstaller

  • @mazen5253
    @mazen5253 15 днів тому +2

    Good video. Though it made me appreciate love2d even more. pygame is a such a mess

  • @eto38581
    @eto38581 13 днів тому

    So it's p5.js but for python..

  • @DavidToussaint-o1l
    @DavidToussaint-o1l 15 днів тому +3

    Your my favorite UA-camr love your videos they helped me out so much. I know I may not be first but can I please get a pin ❤❤?

  • @jayachandrank2875
    @jayachandrank2875 14 днів тому

    Pygame vs jai vs odin vs c++ which best language for game dev ??