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

Some functions are missing #3

Open
miguel-sc opened this issue Feb 6, 2018 · 2 comments
Open

Some functions are missing #3

miguel-sc opened this issue Feb 6, 2018 · 2 comments

Comments

@miguel-sc
Copy link

b2ParticleSystem::ParticleApplyForce (int32 index, const b2Vec2 &force) seems to be missing, and some other functions as well. Why is that? And is there still a way to call this function somehow?

@doebi
Copy link
Owner

doebi commented Feb 6, 2018

Maybe because it's commented out…
https://github.com/doebi/liquidfun.js/blob/master/liquidfun.idl#L1073

I did not add all methods in the initial development, especially ones I didn't need.
Feel free to add them and send a PR.

It should only take some adoption of the IDL and rebuilding the project.

Best Luck

@miguel-sc
Copy link
Author

To be honest I haven't quite figured out how to run emscripten yet, I am getting some errors .. so it may take some time until I am done. Would the inclusion of those methods increase the file size substantially?

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

2 participants