2023 Pygame Projects | Showcase

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

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

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

    TankKING!!! we back ! amazing work !!

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

    Good stuff!!! I really like the audio visualizer project!!

    • @codekingchannel
      @codekingchannel  Год назад +1

      Thanks! I am working on it still, and going to make it better :)

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

    Nice projects! Keep it up!
    The pygame-HTML project is interesting, it would be cool if it could run a simplified version of Wikipedia or something

    • @codekingchannel
      @codekingchannel  Год назад +1

      Thanks a lot @RoboMarchello !
      The pygame-HTML project can definitely modified to run a simplified version of Wikipedia.
      The current limitations are:
      [1] No JavaScript support
      [2] Limited CSS support
      [3] Uses basic HTML rendering, no fancy GUI layout like flexbox etc.
      [4] Limited alignment horizontally and vertically
      However, the advantage is that you can integrate it with python and pygame, and therefore use it for GUI rendering in pygame. You can even bind hyperlinks to some action in pygame.