home.social

#py5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #py5, aggregated by home.social.

fetched live
  1. The automated posting of this one failed on Mastodon because the GIF was too big (1200x800)...
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this:
    github.com/villares/sketch-a-d
    #Processing #Python #py5 #CreativeCoding

  2. The automated posting of this one failed on Mastodon because the GIF was too big (1200x800)...
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this:
    github.com/villares/sketch-a-d
    #Processing #Python #py5 #CreativeCoding

  3. A quick sketch with my #pymunk helpers (to test some pickle enabling improvements)
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding

    PS: Warning - you should not be loading pickle files from unknown folks from the Internet, you know? 00xmora.github.io/posts/Pickle Just save and load you own pickle data!

  4. A quick sketch with my #pymunk helpers (to test some pickle enabling improvements)
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding

    PS: Warning - you should not be loading pickle files from unknown folks from the Internet, you know? 00xmora.github.io/posts/Pickle Just save and load you own pickle data!

  5. More with the sin(sin(y)*x) + sin(sin(x)*y) idea from conchoid!

    ```python
    results = np.sin(np.sin(Y) * X) + np.sin(np.sin(X) * Y)
    constrained = abs(results) % 2
    colored_array = colormaps['jet_r'](constrained) * 255
    threshold_array = (constrained > 0.25) * 255
    ```
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding

  6. More with the sin(sin(y)*x) + sin(sin(x)*y) idea from conchoid!

    ```python
    results = np.sin(np.sin(Y) * X) + np.sin(np.sin(X) * Y)
    constrained = abs(results) % 2
    colored_array = colormaps['jet_r'](constrained) * 255
    threshold_array = (constrained > 0.25) * 255
    ```
    The sketch-a-day archives and tip jar are at: abav.lugaralgum.com/sketch-a-d Code for this: github.com/villares/sketch-a-d #Processing #Python #py5 #CreativeCoding

  7. Em agosto no #SescAvPaulista em #SãoPaulo vão recomeçar as minhas atividades abertas (grátis) com #Python, #py5 e #ProgramaçãoCriativa.

    Os temas de agosto são relacionados a simulações físicas, e em setembro vão ser ser relacionados a biologia :)

    sescsp.org.br/programacao/atel

  8. Em agosto no #SescAvPaulista em #SãoPaulo vão recomeçar as minhas atividades abertas (grátis) com #Python, #py5 e #ProgramaçãoCriativa.

    Os temas de agosto são relacionados a simulações físicas, e em setembro vão ser ser relacionados a biologia :)

    sescsp.org.br/programacao/atel