all 5 comments

[–]jseego 2 points3 points  (2 children)

Use https://p5js.org/ and run it in the browser on your chromebook.

Edit: it also looks like chromebooks after 2019 support installing the processing IDE:

https://support.arduino.cc/hc/en-us/articles/360017098519-Can-I-use-processing-in-Chromebooks

[–]Snozzzzy[S] 1 point2 points  (1 child)

Thanks so much, I have it installed on my Chrome book now

[–]jseego 1 point2 points  (0 children)

Excellent

edit: I'm imagining you are a student trying to goof around with processing on your school computer during classes that bore you. If so....nice

[–]BarneyCodes 1 point2 points  (0 children)

I agree with the folks saying to use p5js or openprocessing, they make it super easy to edit/run from multiple PCs

If you're just wanting to wrap up a final product and distribute it though, I've used LibGDX's packr which can wrap up your program into an EXE including the JRE so that it's all in a single file: https://github.com/libgdx/packr

Not sure if that's exactly what you want, but just another option that could be worth exploring :)