-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/concentration plot #1
Conversation
LGTM and very cool, I'm excited to see these agent interaction rules getting developed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a note, I wasn't able to test locally because of some build issues (maybe because bun only has experimental Windows support).
I was gonna say at some point, bun is the only technical risk with this. I haven't kept up to see if they are maintaining it well since the first couple of weeks after its release. |
currentFrame: number; | ||
agents: InputAgent[] = []; | ||
system: System; | ||
distanceFactor: number; | ||
timeFactor: number; | ||
static: boolean = false; | ||
initialState: boolean = true; | ||
currentNumberBound: number = 0; | ||
onUpdate: (data: number) => void = () => {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for future reference, I think IClientSimulatorImpl should have some API for transmitting plot data back to viewer.
here is the issue tracking windows support that says they're are targeting Feb 16. |
Problem
Need to be able to monitor the binding progress to fine tune the settings to reach equilibrium
Solution
Added a plot
Type of change
Please delete options that are not relevant.
Steps to Verify:
bun install
bun dev
Screenshots (optional):