A library to create threads #191
sgenoud
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is fantastic and happened to come just when I had a need for threads in a project, thank you @sgenoud |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creating threads is a common task that is not that easy to do. Taking inspiration from bd_warehouse, I have created a small set of functions you can use to create threads in replicad.
You can find it as a separate library: https://github.com/sgenoud/replicad-threads
If you want to play with a complex example, you can see this code in action [here] (yes it might be a bit slow...) (https://studio.replicad.xyz/share/https%3A%2F%2Fraw.githubusercontent.com%2Fsgenoud%2Freplicad-threads%2Frefs%2Fheads%2Fmain%2Fexamples%2Fnut-bolt.js?disable-damping=true&ortho-camera=true¶ms=true)
Beta Was this translation helpful? Give feedback.
All reactions