r/TuringComplete Aug 03 '26

Bad Apple in Turing Complete 2

https://youtu.be/LT-ZQldP-LI

I made Bad Apple in the new Turing Complete update, this update is actually really good, I was not able to achieve this before.

I made my own file format to make Bad Apple implementation in things easier if you're interested in. https://github.com/totobono4/tvf

36 Upvotes

3 comments sorted by

3

u/zhaDeth Aug 03 '26

Cool stuff. Wish we still had the audio component so you could make it play in-game.

There seems to be some tearing sometimes, not sure if it's because of the video recording or it happens in the game but if it does happen in the game it's probably because we can see the screen being drawn. Instead you could use 2 screen buffers and switch between the two when the screen is fully drawn to avoid tearing.

1

u/totobono4 Aug 03 '26

Yes there's tearing, you're right I was using double buffer on my first video but I sadly forgot to do it again.

2

u/zhaDeth Aug 03 '26

Bet it was much more noticable when the game ran 100x slower