Search
The Machine Learning Powering Generative Art NFTs
21.11.2022
Generative Art NFTs Bring New Heat to Crypto Winter
29.10.2022
As NFT trading slows, generative art NFT projects and renewed interest by traditional auction houses continue to grow
KQuasars Launches New Astrophysical NFT Collection
9.8.2022
PRESS RELEASE. St. Barth, August 9, 2022 – KQuasars launches new astrophysical NFT collection. After studying with renowned physicists, meeting the CERN team and paying close attention to LIGO’s work, Kay Quattrocchi has joined forces with his son Harrisson Bordjel, inspirator...
Swiss Luxury Watchmaker Franck Muller Launches Exclusive Binance NFT Collection With Limited-Edition Timepieces
21.7.2022
PRESS RELEASE. Franck Muller, the world-famous Swiss luxury watchmaker, has announced the release of a series of digital wearables and physical watches on the Binance NFT marketplace. The series will commence with the release of ‘Mystery by Franck Muller’ generative NFTs on July 27, 2022. This...
Collective #698
10.2.2022
Creating Generative SVG Grids * CSSUI * Aspect Ratio is Great * How to Favicon in 2022 * Stylo
The post Collective #698 appeared first on Codrops
AI-generative art predicted to be next trend for NFT sector
16.1.2022
NFT art created by AI algorithms brings new meaning to nonfungible tokens, but can artificial intelligence be trusted to produce a new genre of art?
Pepsi-Cola Celebrates the Soft Drink’s Birth Year With 1,893 Generative NFTs
9.12.2021
The carbonated soft drink manufacturer Pepsi has revealed the company is stepping into the world of blockchain with its first collection of non-fungible token (NFT) assets. Pepsi introduced the “Pepsi Mic Drop” genesis NFT collection on Thursday, which features 1,893 generative NFTs...
Coloring With Code — A Programmatic Approach To Design
7.12.2021
Learn to create beautiful, inspiring, and unique color palettes/combinations, all from the comfort of your favorite text editor!
The post Coloring With Code — A Programmatic Approach To Design appeared first on Codrops
Embrace the Unpredictable
1.12.2021
In nature, no two things are ever the same. Life is imperfect, unpredictable, and beautiful. We can walk through the same forest every day and see differently colored leaves. We can look up at the clouds every minute and watch …
Creating Generative Patterns with The CSS Paint API
24.11.2021
The browser has long been a medium for art and design. From Lynn Fisher’s joyful A Single Div creations to Diana Smith’s staggeringly detailed CSS paintings, wildly creative, highly skilled developers have — over the years — continuously pushed …
The post Creating Generative...
Family of Popular NFT Projects Launch Collaborative Initiative and Genesis Collection
6.10.2021
On Tuesday, a new Draper Goren Holm incubated company called NFT.FAMILY has announced the launch of a new generative non-fungible token (NFT) collection called “Boring Stone.” The new company stems from community members from Fameladysquad, Bored Ape Yacht Club, and Blockchain &...
Creating 3D Characters in Three.js
4.10.2021
Are you looking to get started with 3D on the web? In this tutorial we’ll walk through creating a three-dimensional character using Three.js, adding some simple but effective animation, and a generative color palette.
The post Creating 3D Characters in Three.js appeared first on Codrops
Wallstreetbets Founder Jaime Rogozinski and Wsbdapp Project Launch 15,000 Generative NFTs
22.9.2021
On September 22, the team behind the Wallstreetbets defi application called Wsbdapp announced the launch of a non-fungible token (NFT) collection featuring 15,000 generative NFTs. According to the team, the NFTs provide utility like VIP access to special metaverse events and yield farming boosts....
Conjuring Generative Blobs With The CSS Paint API
30.7.2021
The CSS Paint API (part of the magical Houdini family) opens the door to an exciting new world of design in CSS. Using the Paint API, we can create custom shapes, intricate patterns, and beautiful animations — all with a …
The post Conjuring Generative Blobs With The CSS Paint API appeared...
Lots of Ways to Use Math.random() in JavaScript
30.11.2020
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible for an actual 0 to be returned) and 1 (exclusive, as in, it’s not possible for an actual 1 to be returned).
Math.random(); // returns...
Let’s Make Generative Art We Can Export to SVG and PNG
19.8.2020
Let’s say you’re a designer. Cool. You’ve been hired to do some design work for a conference. All kinds of stuff. Website. Printed schedules. Big posters for the rooms. Preroll slides. You name it.
So you come up with an aesthetic for it all — a design vibe that ties it...
Collective #602
16.4.2020
Watched Box * Generative Data Visualization * Writing an Emulator in JavaScript * Stacks * Meanderer
Collective #602 was written by Pedro Botelho and published on Codrops
Simple Image Placeholders with SVG
27.1.2020
A little open-source utility from Tyler Sticka that returns a data URL of an SVG to use as an image placeholder as needed.
I like the idea of self-running utilities like that, rather than depending on some third-party service, like placekitten or whatever. Not that I'd advocate for feature...
Collective #576
26.12.2019
Just JavaScript * Generative Placeholders * Thoughts On Svelte * ImTui * chl.li * Krabby
Collective #576 was written by Pedro Botelho and published on Codrops
Simulating Depth of Field with Particles using the Blurry Library
1.10.2019
Learn how to create a geometrical scene with a depth effect using the Blurry library.
Simulating Depth of Field with Particles using the Blurry Library was written by Domenico Bruzzese and published on Codrops