Skip to main content

Helpful Information πŸ‘€

The following are descriptions of the types of files, software and web3 blockchain concepts used with Art Locatia App and Art Locatia Studio. We want to describe these terms so you better understand how they are used in the Art Locatia App.

Blender Software​

Blender is a powerful and versatile open-source 3D creation software that caters to a wide range of creative endeavors, making it an excellent tool for artists. Blender is a digital canvas, sculpting studio, and animation workshop all in one. It's a free and open-source 3D creation suite that empowers artists to bring their imaginations to life in the digital realm. Whether you're a painter, sculptor, or animator, Blender offers a rich set of tools to explore and express your artistic vision.

Art Locatia recommends Blender to create .GLB 3D Model for Augmented Reality (AR).

3D Models for Augmented Reality​

GLB (Binary glTF)​

  • Definition: GLB is the binary version of the glTF (Graphics Library Transmission Format) file format.
  • Purpose: glTF is an open standard for 3D asset delivery, widely used in the gaming industry, AR, and VR applications. GLB is the packaged, binary form of a glTF model.
  • Usage: GLB files can contain 3D models, textures, and other assets required for rendering the model in a 3D environment.
  • AR and VR: GLB is commonly used for AR applications where 3D models need to be displayed in a real-world context.

USDZ​

  • Definition: USDZ or Universal Scene Description Zero is a file format developed by Pixar Animation Studios in collaboration with Apple, specifically designed for AR content on iOS devices.
  • Purpose: USDZ is optimized for AR experiences on Apple devices, making it easy to share and view 3D models in the context of the real world using ARKit.
  • Usage: USDZ files typically include both the 3D model and additional data such as animations, textures, and more. These files can be viewed in AR-compatible apps on iOS devices.
  • iOS ARKit: Apple's ARKit framework supports the USDZ format, allowing developers to integrate AR experiences seamlessly into iOS applications.

Geolocated Art​

Geolocated art employs technology (such as GPS, WiFi or Cellular networks) to connect artistic creations with precise real-world locations. Using digital platforms and augmented reality, it enables artists to embed their works at specific spots, allowing users to discover and engage with art in a location-based context for a personalized experience.

Thirdweb Dashboard​

Thirdweb is a complete web3 development platform that provides a suite of tools for creators, artists and entrepreneurs to easily build, launch and manage a Web3 project. Thirdweb enables users to add features such as NFTs, marketplaces and social tokens to their Web3 projects using a dashboard to access blockchain features as well as templates and SDK (Software Developer Kit) for coding environments such as Unity. It has been open-source since 2022.

We recommend the Thirdweb Dashboard to create a collection smart contract, add your NFTs to it and set the sell conditions. It's easy to connect your wallet to and create NFT smart contracts.

Smart Contract​

A smart contract is a digital agreement powered by "blockchain magic". It's a self-executing code in a smart contract that automates and enforces the rules of "a deal" without needing a middleman. For artists, think of it as a trusty assistant handling the nitty-gritty details of selling your digital art. Once the conditions are metβ€”like when someone buys your digital artβ€”the smart contract springs into action, making sure everyone gets what they're supposed to with ease and confidence. It's a secure and transparent way to turn your art transactions into smooth, code-driven experiences on the blockchain canvas.

NFT (Non Fungible Token)​

An NFT, or Non-Fungible Token, or commonly called "Digital Collectible" is a unique digital asset that serves as proof of ownership and authenticity for specific items or content on the blockchain. Each NFT has a distinct identifier representing ownership of a whole, indivisible digital item. NFTs use blockchain technology to ensure transparent and verifiable ownership of various digital assets, such as digital art, music, videos, or in-game items.

ERC1155 Collection​

An artist might choose to use an ERC1155 Collection to showcase their artwork because it provides a streamlined and cost-effective way to represent and sell digital pieces. This smart contract standard allows the artist to bundle various types of art tokens within a single collection, such as unique pieces and editions of multiple prints. With ERC1155, the artist can efficiently manage their entire portfolio in one place, making it easier for buyers to explore and purchase different artworks. Additionally, the standard supports metadata for each token, offering a rich description of the artwork. The flexibility and gas efficiency of ERC1155 make it an attractive choice for artists looking to present, sell, and manage their digital creations in the decentralized space.

ERC721A​

ERC721A is like a special digital certificate for your artwork on the Polygon blockchain. It gives each NFT collectible a unique identifier. The main idea is that it enables the minting of multiple NFTs for essentially the same cost of minting a single NFT. If you're keen on getting into the weeds, Here's some information otherwise check out thirdweb ERC721

JSON​

JSON, or JavaScript Object Notation, is like a universal language for sharing information between digital spaces. Imagine it as an artist's palette of data, where details about your digital artwork, such as titles, descriptions, and even 3D model specifications, are neatly organized. JSON simplifies the communication between different platforms and applications, allowing your artwork to seamlessly travel across the digital landscape. It's the behind-the-scenes translator that ensures your art's details are easily understood and appreciated, whether you're minting NFTs, sharing project information, or collaborating in the vibrant world of digital creativity.

Art Locatia Studio creates the JSON file for you. You can use the JSON file to add the NFT artwork to your ERC1155 Collection on Thirdweb. It is very important to see your artwork on a map and via augmented reality.

Example of JSON created in Art Locatia Studio​

{
"name": "What is your name?",
"description": "Description of your art work,
"image": "ipfs://get link from Art Locatia Studio/name_of_2D_art.png",
"apple": "https://get link from Art Locatia Studio/name_of_3D_art.usdz",
"android": "https://get link from Art Locatia Studio/name_of_3D_art.glb",
"centerpoint": "get location link from Art Locatia Studio",
"contentstring": "What the user would see on the map when they click on the artwork image.",
"twitter": "Your twitter link",
"instagram": "Your instagram link",
"attributes": [
{
"trait_type": "Loc",
"value": "get location link from Art Locatia Studio"
},
{
"trait_type": "Artist",
"value": "Your name"
},
{
"trait_type": "Medium",
"value": "Description of your art medium."
}
]
}

Polygon Blockchain​

The Polygon blockchain is a special online space where artists can share and sell their digital creations, as NFTs (or a fancy way of saying unique digital collectible). Polygon's appeal lies in its scalability, low transaction costs, and compatibility with the Ethereum blockchain, making it a valuable platform for a diverse range of applications beyond the art world.

The native cryptocurrency on the Polygon network is called MATIC