Show HN: A Native Art Gallery for the Mac
archagon.net
Show HN: A Native Art Gallery for the Mac
1–10 of 65 posts
Re: Show HN: A Native Art Gallery for the Mac
#2Re: Show HN: A Native Art Gallery for the Mac
#3Re: Show HN: A Native Art Gallery for the Mac
#4Re: Show HN: A Native Art Gallery for the Mac
#5That's a slick way to rotate images. Curious, can you name the paintings in the video?
* "The Seasons: Autumn" — Alphonse Mucha
* "A Winding Road" — Sir Matthew Smith
* "Town View, Bogneux" — Anton Lindforss
* "Sea and Sky" — Rafael Martínez Padilla
* "The Ninth Wave" — Ivan Aivazovsky
* "Forever with Moscow. Forever with the Russian People" — Mikhail Khmelko
* "Tsar Dadon Before the Shemakha Queen" — Ivan Bilibin
* "Paysage" — Jean Metzinger
Re: Show HN: A Native Art Gallery for the Mac
#6Nice! I've been using a similar app for years. Love it: http://www.artfulmac.com
Re: Show HN: A Native Art Gallery for the Mac
#7I do that at home with a local HTML file to randomly generate a desktop background at startup, and I’ve tried dynamic content (like a countdown clock). Code here: https://github.com/s4y/Dash
But for an app like this, you could do native, animated transitions, and avoid touching the desktop background settings.
Edit: you could even create a smaller interactive window (also at desktop level) with a link to the source, a button to advance to the next wallpaper…
Re: Show HN: A Native Art Gallery for the Mac
#8Re: Show HN: A Native Art Gallery for the Mac
#9Very nice! Request: art gallery-like legends next to the artwork, with title/artist/date (I imagine this would only work with a curated source of art, but if I ever used something like this, I'd like to learn something too).
Re: Show HN: A Native Art Gallery for the Mac
#10Another approach is to create a window at desktop level. It can even display a web page with a system web view — you probably want to opt the window out of receiving mouse events, too, to avoid interfering with drag selection on the Desktop. I do that at home with a local HTML file to randomly generate a desktop background at startup, and I’ve tried dynamic content (like a countdown clock). Code here: https://github.…