TPT may be compiled with emenscripten(https://github.com/kripken/emscripten)
Wow, that is amazing! Someone should tell @Simon to integrate it to the site!
It's a shame that it's really slow though. What's causing the lag though anyways? Is TPT code just not optimized well in javascript form? Can this be remedied?
@Lord_Bowserinator (View Post)
I already realized the first problem. You can look at my code, when drawing and erasing it will calculate the line between two points and try to draw/erase on each pixel of the line. However while erasing the code didn't work. I don't know how to fix it yet. I am working on adding the ability to show the cursor size now.
This is my own server and it has other uses, so I will not use that favicon.ico.
That one is amazing, but the code is completely unreadable. :) why not delete the login part, install, save browsers etc, make it a preview version of TPT and, if possible, ask Simon to upload it to the official site.
I just found that when I move my mouse to the bottom of the canvas, mousemove() is not triggered. However the menus are drawn there correctly. This is very confusing. Can anyone help me out and tell me why?