Skip to content
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

Interactive particles systems #5

Open
zazoox opened this issue Jun 1, 2017 · 0 comments
Open

Interactive particles systems #5

zazoox opened this issue Jun 1, 2017 · 0 comments

Comments

@zazoox
Copy link

zazoox commented Jun 1, 2017

Hi,

I've been playing around with ofxLiquidFun and, more a question than an issue per say, but I was wondering if it is possible to :

1 : create elastic particles groups
2 : link them together with box2d joint
3 : controls one of those group with keyboard inputs

So far, I got step 1 (obvisouly) but when it comes to linking them, I can't seem to get each particles systems' body. ofxBox2dBaseShape has a pointer to a b2body but it doesn't seem to be used anywhere.

And I have the same problems for step 3.

I know that I can probably find a solution by adding support for the box2dParticlesGroup in ofxLiquidFun, but I have a feeling that I can achieve my goal without that.

Anyways, let me know.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant