Simple C++ Game -- Part 01 -- Introduction, Project Setup and Opening an X11 Display Window

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 12

  • @presauced
    @presauced 2 ปีที่แล้ว +1

    Hey! Just a question. Do you think it's actually a good idea to make a game with X11? Considering we've got Wayland, you know. Some distros are beginning to use Wayland as their default graphics layer.

    • @PunchedTape
      @PunchedTape  2 ปีที่แล้ว +4

      Great question. There's a lot there. Simple answer, probably not if you're serious about making real games. I'd go with Vulkan. I certainly like Wayland better for security and performance reasons. That being said, Xlib is really easy to use and still a lightweight library. For learning to program C++, I think it's a good option (and more fun than std::cout, std::cin...).

    • @PunchedTape
      @PunchedTape  2 ปีที่แล้ว +2

      Meant to mention that Xlib still works with Wayland.

  • @kavorka8855
    @kavorka8855 หลายเดือนก่อน

    was it really right to use vim over a proper ide? I don't think so.

  • @presauced
    @presauced 2 ปีที่แล้ว +1

    Also, you should probably fix the discord server link.

    • @PunchedTape
      @PunchedTape  2 ปีที่แล้ว +1

      Thank you! I didn't realize it was broken. It should be fixed now.

  • @Tech_Code127-76
    @Tech_Code127-76 หลายเดือนก่อน

    Me being the only one on Windows 10.

  • @sonu-rd4ts
    @sonu-rd4ts 2 ปีที่แล้ว

    can you upload your code to google drive or something

    • @PunchedTape
      @PunchedTape  2 ปีที่แล้ว

      Thank you for asking. I added a link in the description to the source code.

    • @sonu-rd4ts
      @sonu-rd4ts 2 ปีที่แล้ว

      @@PunchedTape do u have the code for the whole game please?

    • @PunchedTape
      @PunchedTape  2 ปีที่แล้ว

      I posted a link in the description to the entire source code. Enjoy!