Replies: 1 comment
-
Hi! Here are some pointers:
It's intended to work like this:
If you would like to visualize the simulation (draw something to the screen) that's up to you to implement, I have done that in the examples here: Hope that helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supposed I only know vanilla js and never used typescript, how do I start testing/playing around with this project? In particular I would like to test some things in basic.ts, create a new shape etc.
I read a little and installed tsc through npm, and I think I should start a build in vscode with Terminal->Run build task...but I am not sure what the intended way is and how I ultimately run my changes in the browser. Any advice?
Beta Was this translation helpful? Give feedback.
All reactions