I know this will take some work however this would be a good idea. Make sure it is avalible to any resolution, including 480,720, and 1080. Maybe 4k(if possible)?
They could possibly add Multi-Thread physics for Multi-CPU core people like me to help smoothen it. If you have a quad core like me, TPT would run better on multi-thread. It would run better in 1080p more than 480p since quad cores can handle 4x the amount of physics on a Multi-thread simulation, rather than using one CPU. Even on triple cores it would work better. It would also add better and more realistic particle simulation. TPT could run in 1080p cause it is not a batch file or anything like that. It is made in lua(i believe) and lua is supposed to be a lightweight coding language on CPU's since Lua is very simple and specific to the computer, with it's scripts and directory findings.
Multithreading the simulation can be easy, even with update glitches. Remember, users that attempt multithread the simulation on there own might not be coding the necessary scripts to sync up all of the threads. If the devs put work into this they could possibly sync up all of the simulation. Also, the type of CPU you have is important. The highest FPS that the game shows is 60. If you allow the game to go up to 120 or 240 FPS then it might go up to that. There is no way of telling if the CPU can handle things better than 60 fps if the max FPS is 60 frames
ChrisTheCreator:
Multithreading the simulation can be easy, even with update glitches. Remember, users that attempt multithread the simulation on there own might not be coding the necessary scripts to sync up all of the threads. If the devs put work into this they could possibly sync up all of the simulation. Also, the type of CPU you have is important. The highest FPS that the game shows is 60. If you allow the game to go up to 120 or 240 FPS then it might go up to that. There is no way of telling if the CPU can handle things better than 60 fps if the max FPS is 60 frames
Open the console and do tpt.setfpscap(2) and you'll see how fast it can run.