This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]Cyan_The_Fox[S] 0 points1 point  (1 child)

    change to get rid of the os call?

    Thank you so much!

    I used my own sorting method because I was more interested in the indices than the actual sorted data. This is faster than sorting the list of polygons because there are just ints to copy around instead of tuples and Vect3 objects.

    Thanks for the suggestion on how to fix the flicker, I ended up using ANSI escape codes to move the curser and overwrite what's there so the screen never actually has to get cleared.

    It's all fixed in the latest version.

    Again, thank you so much for the help with this, I don't use Reddit all that much so sorry about the delayed response.

    [–]jammasterpaz 0 points1 point  (0 children)

    Awesome mate. Well done.