I built and OS to play pong using my own programming language with the IDE I created in Godot.

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • github.com/Bra...
    github.com/Bra...
    / brandonh1293

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

  • @EinSatzMitX
    @EinSatzMitX 8 дней назад +8

    I think i had a stroke reading this title😂

  • @2Fast4Youtube
    @2Fast4Youtube 23 часа назад +1

    Based

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

    What the name of the book for assembly...

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

      This book doesn't touch on graphics, operating systems, or drivers. Its "Assembly Language for x86 processors by kip irvine" If you want something for os development you should probably find a different book

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

    cool , but maybe you could use a c++ framework for the UI on your IDE, having godot is like having a rocket for a road trip.
    Also , I love the fact you did your compiler on C# , awesome.
    But you can make it faster by Go , Rust or C++
    I love this project , keep on it. This is awesome

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

      eventually it will be written in PHI and then it will be a self-supported language and wont have any dependencies

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

    This is quite impressive, you did a lot of work building all those things! This is a great way to learn by doing. I like your idea of building a Compiler without the need of building an Assemlber. Take a look on LLVM project, i guess it could allow you to build a universal compiler that would work on any hardware, without binding to x86 architecture.

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

    cool ideas, impressive work! 👍i love these kinds of designs where domains that are really painful to work with get boiled down to something much less painful. circumventing bullshit is the future
    i'm working on a similar project in the realm of graphics so this is very inspiring to see the same principles being applied to something as complex as OS

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

      For me, im just sad 95% of the OS market is dominated by soulless corporations.