6 comments

  • sameersri20041 hour ago
    Could be used for soft sea fish models
  • embedding-shape2 hours ago
    Nice donut in the demo, but would love to see a human model for a more fun demo :) Ideally with a proper weight map for the different body parts too, seems well done enough that you could get <i>really</i> close to something realistic.
    • hgoel1 hour ago
      That&#x27;s probably the intent given the link in their github bio
      • embedding-shape23 minutes ago
        Huh, might seem so, although this seem unrelated but obvious the domains are... Similar.<p>Wish author wasn&#x27;t such a chicken if it was intended for body parts, show the demo in the README, I think it&#x27;s still legal isn&#x27;t it?
  • WizardK2 hours ago
    Nice to see someone else doing physics in the browser. And this looks well put together, keeping the engine dependency free and separate from the renderer is a good call, that is what makes it easy to reuse in Three or Babylon.<p>One question: how does it hold up when the framerate changes? Spring jiggle like this usually either blows up or feels different when the timestep moves around. Are you using a fixed timestep, or just relying on the damping to keep it stable?
    • bruce3434341 hour ago
      The accumulator pattern keeps simulations stable in the face of variable frame rate. Accumulate the frame dt into an accum variable. If accum&gt;fixed_physics_dt then step_physics until false. I&#x27;m assuming the author did something like that because it&#x27;s standard practise.<p><a href="https:&#x2F;&#x2F;www.gafferongames.com&#x2F;post&#x2F;fix_your_timestep&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gafferongames.com&#x2F;post&#x2F;fix_your_timestep&#x2F;</a>
      • saltcured16 minutes ago
        Well, as long as the step rate remains well above the Nyquist limit? Otherwise, your simulation will start to have something akin to aliasing errors.<p>That is one place where an analytical solution is a benefit, even if it is a bit less realistic. You just have a position(t) parametric function you can evaluate when rendering sporadically.
    • embedding-shape2 hours ago
      &gt; when the timestep moves around<p>Why would the physics timestep move around? Typically you keep that fixed and separate, especially not locked to the display framerate, physics get really wonky then regardless of what you do.
  • patcon22 minutes ago
    Another example of the adult entertainment industry driving critical technology infrastructure forward...?<p>Makes me wonder: Does the adult entertainment industry have its own variant of the military&#x27;s DARPA, or is it truly decentralized in its innovation and standards work? Haha
  • deafpolygon42 minutes ago
    Doing the lord’s work, advancing the human race forward.
  • Razengan1 hour ago
    I had vastly different expectations, though I suppose this could lead to them..
    • blensor36 minutes ago
      Check the github user profile ;)