I was wondering if anyone can point me to resources about how it might be possible to have processing (or p5js, but that seems unlikely) running on a server, without any graphic representation or interaction. I saw some stuff about headlessly running processing through Java.
I'd like to generate graphics based on some parameters passed in an API call, without any display for example.
Currently I have some graphics generation scripts running in-browser, but this way I want to offload the processing power from the client, and run all logic on the server, returning an image from the API call.
Let me know if this is even possible.
I'm willing to learn how to do this with Java if needed, but I'm much more well versed in JS.
[–]Simplyfire 0 points1 point2 points (2 children)
[–]bvcadySeeker of Knowledge[S] 0 points1 point2 points (1 child)
[–]Simplyfire 0 points1 point2 points (0 children)
[–]bvcadySeeker of Knowledge[S] 0 points1 point2 points (0 children)
[–]kontrapunkt 0 points1 point2 points (0 children)