Website | Instagram | Youtube | Behance | Twitter | BuyMeACoffee
"The absence of limitations is the enemy of art." - Orson Welles
In the discipline of trimming and waiting, the bonsai master takes the medium of the tree and molds it using wire to encourage the shape of growth. Throughout the years, he cuts and prunes sheer and replants and cut some more.
Once in a while, he moves the tree to a new pot, sifting through the roots system looking for only the living, and then places the bonsai back into position.
At times he will make choices of exposing only the trunk, the rawest form of the tree. Wood, not necessarily the liveliest-looking part of the plant, yet the most important. It feeds the rest of the tree through its root system; it provides the mechanism of ensuring new growth continues in the tree.
Over the years, as the sapling matures, it becomes the essence of the mature tree it would have grown to be.
So a bonsai is a living sculpture, a triumphant image that is unique from any other tree. Its remarkable features come from the character of a plant and the master who guides
This first episode from Bonsai Releaf documents the designing, pruning and shaping of a Juniper bonsai tree.
So what can we learn from this? Though the tree is living, we see an archetype of the pattern of creation in generative art.
The agent - the actual tree continues to grow in its pattern unalterable by recipe.
The algorithmic choice - the wire used to coax the tree into specific shapes.
The curation - snipping off new sprouts, concentrating at the core of its shapes.
The display - the pot/moss can drive the aesthetic quite explicitly
The code cultivation - making sure that the plant has access to water and sunlight
Of course, it is not the same, but I believe there is value to understanding the ways of other disciplines to help refine and continue to push the bounds of the artist's practice. Also, there is a pattern of creativity that emerges when looking into any discipline.
So here are a few takeaways:
There are times when some art can take a lot of effort and time to become its self.
Curation can be brutal, but it provides a mechanism to get into a realm of beauty or meaning.
The practice never is mastered. You only become more fluent in its language
Though limited to species of tree, what can form its potential into greatness
I hope you have a great weekend!
Chris Ried
News!
Fidenza - Tyler Hobbs 🎆
Artblocks.io has released another fantastic generative art minting by the excellent Tyler Hobbs. Tyler describes as follows:
Fidenza is by far my most versatile algorithm to date. Although the program stays focused on structured curves and blocks, the varieties of scale, organization, texture, and color usage it can employ create a wide array of generative possibilities.
And if you are interested in getting one of these beauties, a portion of these are available on the secondary market, OpenSea.
Also, check out the following interview I had the honor of partaking in a couple of months ago.
🔖 Articles and Tutorials
The Captivating Invention of Color
Sensory export Carolyn Purnell shares the fascinating history of color and how color revolutions have changed the course of history. Carolyn Purnell is a history instructor, writer, and lover of all things colorful and offbeat. She is the author of The Sensational Past: How the Enlightenment Changed the Way We Use Our Senses (Norton, 2017) and the forthcoming Inventing Color. Carolyn earned her Ph.D. in history from University of Chicago, and her work has appeared in Wall Street Journal, CityLab by The Atlantic, Good Housekeeping, and Apartment Therapy. She has received fellowships from the National Endowment for the Humanities, Huntington Library, the Georges Lurcy Foundation, the Brown Foundation of Fellows, and the French Society for Historical Studies.
Lately, I've been searching through the Observable archives and have found some pretty impressive stuff. Not only is it visually appealing, but there is code! An excellent opportunity to discover and hone your skillset if you use javascript.
Creating Animated Art Stream
Here we have the wonderful Lionel Raddisson and Matt Dzugan, who walk through their process using Observable and Javascript to create some of their fantastic work.
Building a Parametric Seashell
Learn about the underlying geometry of seashells, and how to modify the structure on your own, with these interactive WebGL models. The models are built with regl and are based on the paper Seashells: The Plainness and Beauty of their Mathematical Description by Jorge Picado
Rendering a Cube in threeJS in SVG anaglyph
There isn't any narrative in this notebook; however, it is fascinating to use three.js to create stereoscopic imagery. It is a simple example; however, there are several fun retro use cases!
A Macro View of Nanite
After showing an impressive demo last year and unleashing recently with the UE5 preview, Nanite is all the rage these days. I just had to go in and have some fun trying to figure it out and explain how I think it operates and the technical decisions behind it using a renderdoc capture. Props to Epic for being open with their tech which makes it easier to learn and pick apart; the editor has markers and debug information that are going to be super helpful.
Future Creative Coding Tools
Thanks to the Future Sketches Talks by the MIT Media lab hosted by Zac Lieberman. The series talked with Phoenix Perry, Baku Hashimoto, Patricio Gonzalez Vivo, and Matt DesLauriers about the tools that they were currently creating and what their vision for the future of their devices looked like:
InteractML - Based on the Unity extension
GLISP - Lisp-based graphics package in the browser
GLSLIFY - A command-line tool for shader tools
Canvas - Sketch - A javascript package of tools for doing creative coding in the browser
Boosting Monocular Depth Estimation Models to High-Resolution via Content-Adaptive Multi-Resolution Merging
Neural networks have shown great abilities in estimating depth from a single image. However, the inferred depth maps are well below one-megapixel resolution and often lack fine-grained details, which limits their practicality. Our method builds on our analysis on how the input resolution and the scene structure affects depth estimation performance. We demonstrate that there is a trade-off between a consistent scene structure and the high-frequency details, and merge low- and high-resolution estimations to take advantage of this duality using a simple depth merging network. We present a double estimation method that improves the whole-image depth estimation and a patch selection method that adds local details to the final result. We demonstrate that by merging estimations at different resolutions with changing context, we can generate multimegapixel depth maps with a high level of detail using a pre-trained model.
Creative Collaboration with AI
There are more and more models, solutions, and applications with ML/DL-powered generative force. It allows you to augment your abilities and skills, realize your visions and create your dreams with the help of various AI models and apps
WebGL Fundamentals
WebGL (Web Graphics Library) is often thought of as a 3D API. People think "I'll use WebGL and magic I'll get cool 3d". In reality WebGL is just a rasterization engine. It draws points, lines, and triangles based on code you supply. Getting WebGL to do anything else is up to you to provide code to use points, lines, and triangles to accomplish your task.