HN user

tarsiel

36 karma
Posts1
Comments13
View on HN
Moiré Explorer 7 months ago

From my experience in the generative art scene, there’s 2 main types of people making NFTs. There’s the crypto-first people who are into them for ideological or monetary reasons, and existing digital artists who saw it as a way to monetize their digital art and cash in on the gold rush.

I have a ton of issues with NFTs and while I don’t love that a lot of my favourite artists got involved with them, I at least understand that perspective a bit more.

Thanks for the reply, that's great info! I'll keep an eye out for the VCOM stickers, I had no idea that was a concern.

The waveshare e-paper screens I'm using come with some decent sample code for driving them, and I just found this Rust implementation that looks interesting as well https://github.com/caemor/epd-waveshare.

I do agree with you though that the idea of driving them directly with the waveforms sounds quite fun. I've seen some interesting stuff online where people have been customizing the waveforms to get even more performance out of them (maybe partial refresh would be fun to look into as well).

As someone who's only exposed to embedded development in a hobbyist way, that epdiy repo looks quite useful, thanks for linking that.

Now to find the time to add on yet more personal projects :)

Wow this is cool! I made a sort of similar e-ink display piece that shows your current song on Spotify - https://github.com/CampbellOwen/NowPlaying. Your project is making me want to try another e-ink project! I'm especially impressed with the overall polish of the enclosure and hardware, that's always my weak point.

I saw you mentioned you wrote a custom driver for the display controller. I'm curious how you found that process? I got the feeling a lot of these devices aren't documented very well, but that sounds like a fun project to tackle.

Unity at least isn’t a true ECS architecture, more just Entity-Component. You can write game logic in an entity with Unity, whereas in ECS that would have to live in a System