hey all, really enjoying the discussion around this project. I’d like to jump into the map making here with some of my own procedural maps. I am a game developer, not a solidity programmer and what I’d like to figure out is how to create some kind of open map API data format together with the community, so that we can generate map data off-chain and then mint it as NFTs together with images.
Is this an approach that folks would consider to be in the spirit of the project? My assumption is that as long as the data is available and interoperable for folks to build on top of in an open way it’s helpful, right?
My thinking would be to generate the data using my tool of choice (Unity game engine in this case) and then to export images and probably a JSON file with the grid data, that other folks could ingest and use in other derivatives. I think the key would be for us to come up with an agreed upon protocol for querying a map token and getting data about it. Anyone interested in working on this?