lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

68
active users

#Genuary31

0 posts0 participants0 posts today

GlitchyScrollMaps

Video: youtu.be/keF-FOMeGl8

Blog: blog.illestpreacha.com/genuary

#Genuary #Livecoding #Worldbuilding #design #Genuary29 #Genuary31

The prompt for #Genuary2025 Day 29 is “ #GridBased“, Day 31 : “ #Pixelsort
GlitchyScrollMaps uses Hydra to remix ScrollMaps: blog.illestpreacha.com/genuary

It takes inspiration from pixel sort algorithms to add glitchyness through Hydra ( Orignally Coded in #Python, #Hydravideosynth & #SonicPi)

#Poetry

Maps Scrolling
Paths Unrolling
Abstraction Evading
Infinite Scrolls Shifting
Lifting
To the next point where the shade is in

Finished my second #genuary ! I try to make something real and good for every prompt. Some always succeed far better than others. I learn a lot and am left with many threads to pick up and explore. Have really enjoyed seeing everyone's work this genuary, nice job all! Here's a little generative goodbye song, sung by simplex noise tuned to a minor key.
Code/endless song: openprocessing.org/sketch/2162

#Processing #Python #py5 #genuary #genuary31 #トゥートProcessing

# iamkate.com/data/12-bit-rainbo
palette = (
'#817', '#a35', '#c66', '#e94',
'#ed0', '#9d5', '#4d8', '#2cb',
'#0bc', '#09c', '#36b', '#639'
)

def setup():
size(800, 800)
no_stroke()
background(0)

def draw():
xc = yc = 400
for i in range(6):
m = 1 - abs(cos(radians(frame_count / 2))) ** 5
r = 150 + 150 * m
a = radians(frame_count / 2 + 60 * i)
x = xc + r * cos(a)
y = yc + r * sin(a)
fill(palette[i])
circle(x, y, 150)
r = 300 - 150 * m
a = a + radians(30)
x = xc + r * cos(a)
y = yc + r * sin(a)
fill(palette[-1 -i])
circle(x, y, 150)

#Genuary31 #genuary2023

Day 31: Break a previous image.

For some reason, I did break a lot during this #genuary:

github.com/paezha/genuary2023/

github.com/paezha/genuary2023/

github.com/paezha/genuary2023/

For this prompt I break a previous image by _unbreaking it_.

Coded in #Rstats using #ggplot2 , #SimpleFeatures, and #rayverse

To the left is the original smashed polygons, to the right the "broken" unsmashed ones.

@jacquietran @meghansharris