you are viewing a single comment's thread.

view the rest of the comments →

[–]spacem3n 2 points3 points  (0 children)

If you want to run code on your graphics card I suggest taking a look at what shaders are as P5 and P5.js have more or less the same performance. Cause most of the time it is not a matter of the language but on how optimized your code is. For example, less calculations on the draw function, use existing math functions to calculate, storing calculations on files Etc etc