Questions tagged [processing.js]

A discontinued (Dec. 2018) JavaScript port of the Processing language API v2. Use this tag for existing Processing.js codebases. For new projects, the Processing.js team recommends using P5js instead.

Processing.js was a sister project to the popular Processing visual programming language designed for the web from 2011 to December 2018, when it was archived.

It made data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins.

Processing started as an open source programming language based on Java to help the electronic arts and visual design communities learn the basics of computer programming in a visual context.

This specific port was retired in December 2018, with people who wish to write Processing for the web being encouraged to use the much newer p5.js project instead: .

482 questions
-4
votes
2 answers

Have Many Zombies(X/Y Variables, Size, Health) Without Manually Creating Each One Individually

Me and my friend are making a 2D FPS game(don't ask how, to complicated), but we have a simple system where their are 3 zombies, each with changing hit boxes depending on how close/far they are, and health. Our problem is we want to make an open…
Cubit-Games
  • 75
  • 2
  • 9
-4
votes
1 answer

What's the difference between Processing and Processing.JS

I'm confused... What's the difference between Processing and PJS? Are they the same or what?
BuzzyBlitz
  • 55
  • 3
1 2 3
32
33