Desenho de 2025-07-05: "Mapas: PyCon Colombia 2025 II"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding
https://ericof.com/en/sketches/2025-07-05?mtm_campaign=SN&mtm_kwd=pynews
Desenho de 2025-07-05: "Mapas: PyCon Colombia 2025 II"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding
https://ericof.com/en/sketches/2025-07-05?mtm_campaign=SN&mtm_kwd=pynews
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_04
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Desenho de 2025-07-04: "Mapas: PyCon Colombia 2025"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding
https://ericof.com/en/sketches/2025-07-04?mtm_campaign=SN&mtm_kwd=pynews
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_03
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
80 vertices in 2-fold dihedral symmetry has triangle strips of 4 different lengths.
We can also get 80-vertex tetrahedral symmetry with a more "traditional" arrangement of 12 pentagons and the rest hexagons.
Here is an 80-vertex sphere in tetrahedral symmetry with 24 valence-7 vertices.
#LGM #LibreGraphicsMeeting 2025 - "The State of #Processing: How We’re Bringing a Creative Coding Icon Back to Life"
Revisiting a 2018 sketch I like a lot... I should work on this a bit. Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_02
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_01
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Take a break and dive into the basics of map algebra with GRASS!
#grass #geospatial #tutorial #modelling #foss #osgeo #raster #processing
https://grass-tutorials.osgeo.org/content/tutorials/map_algebra/basic_map_algebra.html
pixelcrushing drawings together #illustrator #code #processing #glitch
Desenho de 2025-07-01: "Mapas: Exílio 01"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding
https://ericof.com/en/sketches/2025-07-01?mtm_campaign=SN&mtm_kwd=pynews
Desenho de 2025-06-30: "Mapas: Origin"
#desenhandocomcodigo #arte #processing #Sketch #py5 #CreativeCoding
https://ericof.com/en/sketches/2025-06-30?mtm_campaign=SN&mtm_kwd=pynews
#AlanTuring #TuringPride #Pride Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_06_30
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_06_28
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding
Updating my "how install and use #py5" pages, check them out if you want to "… draw and experiment some #CreativeCoding with #Python …"
EN: https://abav.lugaralgum.com/como-instalar-py5/index-EN.html
ES: https://abav.lugaralgum.com/como-instalar-py5/index-ES.html
since (I guess) it's a fractal and it's Friday - Clifford Strange Attractor, but colour each starting point based on the x,y co-ords it ends up at after 10 iterations.
@bit101 @llemarie you may be interested
#fractal #FractalFriday #Processing
Clifford Attractor doodle
x' = sin(a * y) + c * cos(a * x);
y' = sin(b * x) + d * cos(b * y);