The Wayback Machine - https://web.archive.org/web/20220504014700/https://github.com/topics/particle-system
Skip to content
#

particle-system

Here are 127 public repositories matching this topic...

freud
bdice
bdice commented Aug 27, 2021

Currently the C++ code in freud does not ensure that r_min is non-negative (>= 0) in several classes. Values of r_min < 0 should raise an error in the constructor like this:

https://github.com/glotzerlab/freud/blob/eb2a97bac302ed45236f26e0a7e6a0346071c579/cpp/density/RDF.cc#L17-L28

This applies to classes like RDF and CorrelationFunction and other classes that deal with radial dist

bug good first issue

An improved implementation of my CASA 2013 paper "Real‐time generation of smoothed‐particle hydrodynamics‐based special effects in character animation" (https://onlinelibrary.wiley.com/doi/abs/10.1002/cav.1545). Particle emissions from the surface of mesh. The emitters are approximatively uniformly distributed by taking the advantage of quad tessellations. The fluid is simulated by SPH using my prefix-sum bin sorting.

  • Updated Apr 14, 2022
  • C++

Improve this page

Add a description, image, and links to the particle-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the particle-system topic, visit your repo's landing page and select "manage topics."

Learn more