-
Notifications
You must be signed in to change notification settings - Fork 552
initial gravity example #1152
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
initial gravity example #1152
Conversation
|
@syurkevi Can you also remove the |
|
@pavanky Can I ask you some other questions? I want to replace the graphics into openGL. But I meet problems. |
|
@unknowazrael What do you mean by arrayfire+opengl ? They are following possible ways to do opengl graphics with arrayfire:
|
|
@9prady9 Now I use 3.2.1. May I ask how to using opengl interop? Is there an example? |
|
|
@unknowazrael @9prady9 This is getting off topic, can you either create a new issue or discuss this on our gitter chat room? |
|
@pavanky Sorry, I have a problem. How to design collision between particle and particle like this |
|
@unknowazrael We can't help you write the code. The example should provide you as a starting point to do what you are looking for. |



Addresses issue #1144
Needs fixes to collision code. Problems with indexing...
Should simulation speed be based on timestep instead of framerate?