This is a platform for digital artists to create unique generative pieces of art, and followers to collect and support artists they like.
Our render pipeline makes it easy for those familiar with JavaScript, processing, or WebGL to make and sell generative art.
All art is stored on IPFS and minted on the Algorand blockchain.
Currently we support PeraWallet and are still only operating on the Testnet. You can participate and help test, just get some free Algorand from one of the faucets.
* https://testnet.algoexplorer.io/dispenser
* https://bank.testnet.algorand.network/
101 Prime Spiral Galaxies.
This plots prime numbers into a Archimedean spiral
until it reaches a final prime.
Source code:
This is one of the first javascript canvas tests.
It's a square that bounces around the frame with a fixed number of steps, and each frame alpha outs the previous, creating a fading tail.
This is a terribly inefficient way of generating a city, using WebGl.
Rendering can take up to 15 seconds.
Mint your own Easter eggs. Some may be cracked.
When you purchase a NFT the transaction hash is used to seed a RNG which determines the properties. Then we generate the art, pin to ipfs, and mint the ASA. This is all still testnet.
The source for this function can be found at https://github.com/art-dot-inc/bigf.art-easter-egg
Egg SVG: Made by iconoir: https://iconoir.com/
Noise Frozen in Time, at different scales and probability of white or black.
A test of simple CPU based WebGL rendering with Three.js.
Modified Boilerplate: https://github.com/wartron/bigf.art-boilerplate-webpack-threejs