home.social

#lsystem — Public Fediverse posts

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

fetched live
  1. @sableraph @SpuCodes check out my zines... desenho.lugaralgum.com
    I want so much to get back at making them...
    I'm convinced I want to do the next one about #LSystem (but I'm lacking the time/energy right now)

  2. @sableraph @SpuCodes check out my zines... desenho.lugaralgum.com
    I want so much to get back at making them...
    I'm convinced I want to do the next one about #LSystem (but I'm lacking the time/energy right now)

  3. @ology this was done using the py5 creative coding framework py5coding.org, and this particular code on the mug is written in a simplified manner called "py5 imported mode", you can read about it at:abav.lugaralgum.com/como-insta

    The L-System code was written with the strategy explained here:
    codeberg.org/villares/python-i

    You'll find lot's of L-Systems examples (imported mode and module mode) I've posted (with links to the code) on @[email protected] if you search for the #LSystem hashtag :)

  4. @ology this was done using the py5 creative coding framework py5coding.org, and this particular code on the mug is written in a simplified manner called "py5 imported mode", you can read about it at:abav.lugaralgum.com/como-insta

    The L-System code was written with the strategy explained here:
    codeberg.org/villares/python-i

    You'll find lot's of L-Systems examples (imported mode and module mode) I've posted (with links to the code) on @[email protected] if you search for the #LSystem hashtag :)

  5. Essas canecas que gostei muito de fazer, com um #LSystem, tem o desenho de um lado e o código #Python do outro, tão disponíveis na plataforma umapenca.com/villares, mas quem estiver em São Paulo, pode encomendar comigo que ficam bem mais em conta (R$85) e economiza o frete também, me mande uma DM :)

    (If you are not in Brazil...)
    pra quem está fora do Brasil tem uma "equivalente" em https://
    villares-shop.fourthwall.com/products/l-system-leaning-black-and-red

  6. Essas canecas que gostei muito de fazer, com um #LSystem, tem o desenho de um lado e o código #Python do outro, tão disponíveis na plataforma umapenca.com/villares, mas quem estiver em São Paulo, pode encomendar comigo que ficam bem mais em conta (R$85) e economiza o frete também, me mande uma DM :)

    (If you are not in Brazil...)
    pra quem está fora do Brasil tem uma "equivalente" em https://
    villares-shop.fourthwall.com/products/l-system-leaning-black-and-red

  7. Hey folks! How about helping me and getting a nice L-System decorated mug?

    villares-shop.fourthwall.com/p

    (if you live in São Paulo, I have a local provider I have tested, DM me and we can check out if it would be cheaper to source it here)

    #Python #CreativeCoding #LSystem #Py5

  8. Hey folks! How about helping me and getting a nice L-System decorated mug?

    villares-shop.fourthwall.com/p

    (if you live in São Paulo, I have a local provider I have tested, DM me and we can check out if it would be cheaper to source it here)

    #Python #CreativeCoding #LSystem #Py5

  9. CW: grumpy comment about Shiffman wrapping everything in classes (OO)

    I love Daniel Shiffman and the people porting NOC examples, but their insistence on wrapping everything in classes, and in this particular example, to put them on separate files... Take this L-System example: github.com/nature-of-code/noc-

    And the JS original: natureofcode.com/fractals/#l-s (you have to open the p5js editor and click a lot to find the lsystem.js file)

    In my view it doesn't help at all learners grasp what is going on to have to switch to two other tabs to look at a few lines of code that could be two functions.

    Ignore for a moment it's Python and compare the previous code to these procedural implementations:
    abav.lugaralgum.com/material-a

    (Now, I take back the "ignore for a moment it's Python", and I suggest you marvel at the elegance of the Python dict)

    #natureofcode #Processing #LSystem #Python #JavaScript #ObjectOriented #procedural

  10. CW: grumpy comment about Shiffman wrapping everything in classes (OO)

    I love Daniel Shiffman and the people porting NOC examples, but their insistence on wrapping everything in classes, and in this particular example, to put them on separate files... Take this L-System example: github.com/nature-of-code/noc-

    And the JS original: natureofcode.com/fractals/#l-s (you have to open the p5js editor and click a lot to find the lsystem.js file)

    In my view it doesn't help at all learners grasp what is going on to have to switch to two other tabs to look at a few lines of code that could be two functions.

    Ignore for a moment it's Python and compare the previous code to these procedural implementations:
    abav.lugaralgum.com/material-a

    (Now, I take back the "ignore for a moment it's Python", and I suggest you marvel at the elegance of the Python dict)

    #natureofcode #Processing #LSystem #Python #JavaScript #ObjectOriented #procedural

  11. #RUG / work in progress / a variable grid system for pixel placement. Mostly ready to hold #hitomezashi, #cellularautoma and #lsystem patterns.
    Each pattern is fed and feeds the other based on 1 and 0 sides sequences when available.