This is a WIP version of TPT in TPT. It barely has physics at this point in time, but it's *something*, so I decided to see what you guys think of it. If you have a critique, put it in the comments. (Please, no 'sAvE bAd', this is in active development)
epicly
electronics
1984
tpt1in1tpt
computer
subframe
r216
r216k2a
r216k8b
Comments
-
@R33sesK1ng Watch the filt in memory to see if it changes as the particles fall.
-
guys can anyone confirm if this actually abides by real physics or if it's an animation?
-
what particle is simulating?
-
how do i add an element to it?
-
gonna see tomorrow if there's an update/improvements.
-
JozeffTech: I tried making my own CPU before, and it took me 4 months to get even basic functionality working. There is 0 chance of me A: Making a CPU B: Making a CPU tha'ts faster than this one C: Making an assembler for it (because there is no chance of me making TPT in TPT using pure machine code)
-
(cont.) Unless you mean calculate it all in parallel? The only way I can think of for that to be possible is if they all shared the same memory, and I'm not sure if that's possible without 3-4 frames of delay between them, and that's not good for a parallel system.
-
JozeffTech: I just realized what you meant by `combine four of Rs to make them calculate in a gatling gun fashion`, but I don't see how that would increase speed, as most of the time is taken up churning through every single particle and doing calcuations on said particles. (cont.)
-
Currently, you use a computer that was not intended for the purpose of running TPT. I suggest making a custom computer specifically built for that.
-
JozeffTech: I have literally no idea what you just said.