-
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
Feedback #2
Comments
Please decide on a project idea asap so I can give you feedback. |
still no progress |
If you are doing the 10 minute physics soft body simulation you need to look at the basic code structure and try to replicate it the same. Java script is not quite the same as C++ so you need to be wary of the differences. Start with the basic class structures you need and add in the simulation loop code as required. It should be possible to do something basic using a small cube structure (so 8 vertices) to start with then expand to more complex shapes. |
still no real updates, please start to add designs / code so I can give you feedback. |
please add code / design to your repository so I can give feedback |
Either idea is ok, so you need to decide upon one as soon as possible so we can start designing.
For the flocking system you can start with the basic particle system and add rules, for soft bodies you need to develop some form of mesh structure then add physics to the vertices so update the mesh per frame.
Decide which you wish to pursue and we can start on the rest of the design.
The text was updated successfully, but these errors were encountered: