Showing Zig how to see through Bill Gate's Windows - Jonathan Marler

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • From Zig SHOWTIME #24
    zig.show
    0:00 Intro
    0:40 Talk
    39:30 Interview
    github.com/marlersoft/zigwin32
  • НаукаНаука

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

  • @grafgrantula6100
    @grafgrantula6100 3 года назад +10

    Wow, this is a great talk! Thanks Johnny for going on the arduous journey of exposing the win32 API to Zig and helping other programming languages do the same!

  • @Psychx_
    @Psychx_ 3 года назад +13

    Zig is the first programming language I see, where bindings don't make me want to vomit and have a natural and convenient way of accessing them. I got really mad when I noticed how broken c-bindings in Rust are (esp. when it comes to IDE integration and knowing symbol names before compiletime) .

  • @10e999
    @10e999 Год назад +1

    This makes zig a great choices for building new windows programs.
    Thanks for your work!

  • @sweep-
    @sweep- 5 месяцев назад

    I’m just listening to a bunch of old zig related content and now I can’t help but want to get good with it…
    I’d just like to note, that Loris is a great host! He always has some questions or things to talk about even if the chat doesn’t… thank you Loris!

  • @Bomag
    @Bomag 2 года назад +1

    This is incredible work can't wait to have a play around with this!

  • @sauliuskrasuckas4355
    @sauliuskrasuckas4355 2 года назад

    Very, very interesting talk! Thanks a bunch!

  • @BryanChance
    @BryanChance 2 года назад

    This is awesome work. Thank you!

  • @LarsBjerregaard
    @LarsBjerregaard 2 года назад

    Awesome work Jonathan!

  • @jefffriedman6942
    @jefffriedman6942 Год назад

    Incredible work

  • @lemna9138
    @lemna9138 Год назад

    good talk, the compression made everything unreadable though

  • @ThePotatoChronicler
    @ThePotatoChronicler 5 месяцев назад

    Where did you get the libraries from, though

  • @andrewdunbar828
    @andrewdunbar828 2 года назад +1

    Now all we need is MacOS APIs!

  • @Argletrough
    @Argletrough 3 года назад

    Right when I'd given up on doing opengl stuff without glfw!
    Should I be happy? 9_9

  • @johnlawman566
    @johnlawman566 Год назад +2

    Great idea and a lot of work has been done. However, this does not build on the current version of zig - "error: FileNotFound"

    • @alexpyattaev
      @alexpyattaev Год назад

      Any work done to support windows is work wasted...

  • @edgeeffect
    @edgeeffect Месяц назад

    I hope zigup will be less invasive and A LOT more transparent than rustup - which managed to iritate me so much, I completely lost interest in rust.

  • @zlatkovidlanovic6454
    @zlatkovidlanovic6454 2 месяца назад

    this looks like classic problems with new languages ..they don't co-operate with windows api and that sucks