P5js Agent Based Modeling

I’m currently working on AgentScript, a Javascript subset of NetLogo.

Are any of us P5js’ers working in that area?

My interest in P5js is using it as a View/App for AgentScript’s core Model module. (We distinguish between a View which is separate from the Model, and an App that is integrated into the Model)

Here is an example of a tightly integrated Three App.

Here is an example of a loosely integrated Observable D3 View.