Giter Club home page Giter Club logo

Comments (1)

stewartmiles avatar stewartmiles commented on May 22, 2024

The C++ API has BeginContact() and EndContact() on the b2ContactListener
class.

http://google.github.io/liquidfun/API-Ref/html/classb2_contact_listener.html

On the Javascript version I don't think we have the bindings implemented in
https://github.com/google/liquidfun/tree/master/liquidfun/Box2D/lfjs/jsBindings/Dynamics/Contacts

You could try tackling this yourself if you're ready to hack in some C++.

If you find the listener system too tricky you could try hooking
up b2ParticleSystem::QueryShapeAABB

http://google.github.io/liquidfun/API-Ref/html/classb2_particle_system.html#a036f009bf8d329675061aa0687b06bb7
in
https://github.com/google/liquidfun/blob/master/liquidfun/Box2D/lfjs/jsBindings/Particle/b2ParticleSystemJsBindings.cpp

We're glad you like our library. Any chance you could share what you're
working on?

Thanks,
Stewart

On Thu, Oct 30, 2014 at 1:04 PM, Michal Grňo [email protected]
wrote:

Is there any way to set up a callback for contact begin/end between
particles and Box2D bodies?
I've searched the specification but found nothing – the listener is fired
only on collisions between Box2D bodies. I'm using the JavaScript version.
Thanks a lot, what an amazing library!


Reply to this email directly or view it on GitHub
#31.

from liquidfun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.