C++ for Godot with GDExtension - David Snopek - GodotCon 2024

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

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

  • @Chevifier
    @Chevifier Месяц назад +36

    Im thinking to make a simple platformer tutorial series only using C++.

    • @vuurmos6257
      @vuurmos6257 Месяц назад +5

      You have a lot of interesting topics on your channel that I haven't seen many people talk about! I saw you have one on the physics server 2D, is there any chance you could please make one about using custom integration (for example with verlet integration) and giving custom constraints to physics bodies in 2D such as distance and rotation constraints? I just can't wrap my head around how to set these up properly

    • @alejandroINC
      @alejandroINC Месяц назад +4

      Please ❤

  • @lkledu2
    @lkledu2 20 дней назад

    9:15 - Install & config
    18:20 - Summator
    27:42 - Traffic Light
    1:14:33 - MyPlayer
    1:27:06 - Questions

  • @surplusking2425
    @surplusking2425 Месяц назад +4

    Mixing C++ Extension and GDScript is great for performance and productivity. It's way faster than Unity or Unreal can handle.

    • @Viremorfe
      @Viremorfe 29 дней назад

      And considering that GDscript is based on C++ and has several of its functions, a perfect combination.

  • @Ramk0sh
    @Ramk0sh Месяц назад +2

    Thank you!

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

    The Summator example worked for me than I started another project where the only difference is the name of the project and class name.
    I spent hours then I used Diff Folders extension to find the difference. Interestingly, the "${workspaceFolder}/godot-cpp/include" path was not present in the WORKING project. I remember adding it as shown in the video, I don't know how it was removed. I also removed it from my new project and it also worked.

  • @whiletrue1-wb6xf
    @whiletrue1-wb6xf 10 дней назад +1

    what is the right way to setup development env in visual studio 2022 ?

  • @jumpsneak
    @jumpsneak Месяц назад +2

    Lets goo

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

    I would love that deeper dive talk.

  • @semaph0re
    @semaph0re Месяц назад +2

    nice talk/demo

  • @lkledu2
    @lkledu2 21 день назад

    25:00 cmd: godot4 --path demo --editor

  • @hri7566
    @hri7566 Месяц назад +2

    beautiful system76 laptop

  • @pro.giciel9084
    @pro.giciel9084 26 дней назад

    it's giving me unreal engine c++ ptsd. But looks actually usable