landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
151 stars 222 forks source link

openverse api instead of yahoo images #211

Closed kgurchiek closed 5 months ago

kgurchiek commented 5 months ago

Turns out even though you keep the original source url of the images and fetch them dynamically from yahoo images, it still can violate copyright licenses, so I switched it to use openverse's api to make sure they're public and free to use.

landgreen commented 5 months ago

the new API is slower and the images don't match the text as well as yahoo.So it's perfect for JUNK. I like how it takes a couple seconds longer to load because you can see the static image for longer.

kgurchiek commented 5 months ago

Was there something wrong with it?

landgreen commented 5 months ago

Merging the patch overwrote the last week of code I wrote. It's just easier to paste in code manually.