Hacker News new | ask | show | jobs
by vermarish 1334 days ago
It really does make them feel that much more collectible. I don't know much about NFTs, but this kind of pseudo-3D experience ought to be standard for browsing digital collectible art.

I also wonder how this would hold up for viewing artworks on a display. Maybe a website or browser extension that gives you a similar experience for any image you come across could be useful.

2 comments

I'm working on a project around this but am a developer and not a business/sales person so I'm actively looking for a partner/co-founder. The NFT part is not at the core of it but exists as ownership and authenticity validation mechanism, which if you consider the actual app is a tremendously valid use case. How can I find a co-founder to help drive this to market?
How do I get in touch with you?
Hey, you can shoot me an e-mail to cleancoder@416tech.com. Looking forward to hearing from you!
this would be a big hit with NFTs in a couple ways:

easiest: the team's own website can display the NFT images in their own gallery, similar to OP. Anywhere else displaying the NFT will not have these effects, like the marketplaces

medium: major NFT marketplaces and displayers allow 3mf file format, which is a 3D file format which can also accept mouse over movement and other UI interactivity on top of the main image (or 3D object). so one would do this in 3D software first and then render out distinct files

hard but efficient: you can embed an HTML/SVG viewer into the NFT code itself, which could theoretically include all of this CSS and mouseover/tap events. This would make it more portable to be rendered with these features in more places and wouldn't require as much cumbersome processing and file portability to do everything needed for the .3mf format. The additional benefit is that all of this code could be directly onchain (while the raster image still is on IPFS/elsewhere)

How can I about this to put your words to reality
I’m the biggest fan of the third option, basically you are relying on nft image viewers being so universally compatible with everything that can be returned from the nft getImage protocol standards

One is a raster image

Two is an interactive 3D file

Three is HTML injection

you can stuff each into the image method