Make an Asteroids Clone in Python Using Raylib

Поділитися
Вставка
  • Опубліковано 24 жов 2024

КОМЕНТАРІ • 9

  • @deadeye1982a
    @deadeye1982a 5 днів тому +1

    [48:11] (from my notes) if self.player.position.x is a float or an int, then you don't need to copy the value. e.g., if self.player.x is a mutable object, a list, or something else, then you have to copy it.

    • @ErikYuzwa
      @ErikYuzwa  5 днів тому +1

      ahhh thanks for that

  • @ErikYuzwa
    @ErikYuzwa  9 місяців тому +2

    Coming from a non-Python (that often) background, I had a lot of fun with this experiment! How do YOU enjoy Python?

  • @deadeye1982a
    @deadeye1982a 14 днів тому

    Hint: after the venv is activated, the current working directory doesn't matter if you use pip to install packages.

    • @ErikYuzwa
      @ErikYuzwa  13 днів тому

      thanks for that hot pytip!

  • @daniel99497
    @daniel99497 24 дні тому

    are there any limitations with this on 3d rendering

    • @ErikYuzwa
      @ErikYuzwa  14 днів тому

      not sure I understand the question, but if I interpret it as if you're asking about limitations to raylib's 3d rendering then I would say "no" for likely the majority of what someone is trying to do. It's quite a powerful "little" library

  • @submariner_42
    @submariner_42 4 місяці тому

    cool

    • @ErikYuzwa
      @ErikYuzwa  3 місяці тому

      thanks! appreciate it!