Skip to content

Instantly share code, notes, and snippets.

@erdogant
Created September 8, 2022 17:48
Show Gist options
  • Select an option

  • Save erdogant/31d4a49e15429de2e8cacd36c81c319c to your computer and use it in GitHub Desktop.

Select an option

Save erdogant/31d4a49e15429de2e8cacd36c81c319c to your computer and use it in GitHub Desktop.
d3blocks
# Import library
from d3blocks import D3Blocks
# Initialize
d3 = D3Blocks()
# Make particles
d3.particles('D3Blocks', collision=0.05, spacing=10, figsize=[1200, 500])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment