# Help using the Teilchen Library

**URL:** https://discourse.processing.org/t/help-using-the-teilchen-library/39680
**Category:** Libraries
**Created:** [November 12, 2022, 8:26pm UTC](https://discourse.processing.org/t/help-using-the-teilchen-library/39680 "2022-11-12T20:26:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![stixan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/stixan/32/21628_2.png) [@stixan](https://discourse.processing.org/u/stixan)
#### Post date: [November 12, 2022, 8:26pm UTC](https://discourse.processing.org/t/help-using-the-teilchen-library/39680/1 "2022-11-12T20:26:31Z")

</div>

I have just discovered the [Teilchen library](https://github.com/dennisppaul/teilchen) by dennisppaul and FlowBo.

Teilchen appears to be very useful when working with physics, particles, forces, collisions, and behaviors. It ships with a collection of examples, however, these examples don’t cover all of the library’s functions in-depth. The reference is similarly scarce on helpful info.

My question is: Has anyone got experience working with Teilchen?

Specifically, I could use some hints on how to 1) connect a group of particles to form a semi-rigid thread that other similar threads can not intersect, and 2) apply collision detection to make the threads stack on top of each other.
