Python Pygame Solar System Simulation - Jack Whitworth

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

КОМЕНТАРІ • 3

  • @washifyjr
    @washifyjr 2 роки тому +2

    Wow

  • @vmartme
    @vmartme Рік тому

    How you get not so laggy ? I tried something similar and was disaster (I tired make gravity and collisions) so not end up well :( If you can advise me Please :)

    • @jackwritescode6522
      @jackwritescode6522  Рік тому

      The trick with pygame is how you handle sprites. Without looking at your code my first thought would be are you using sprite groups effectively or are you just for looping over lists of sprites?
      You got some code to share? If not, look at the code for this project and it might help :)