raster.art
SEARCH
Create Account
No wallets connected. Please connect a wallet first.
amidst
Semih Iyikalender, 2024on fxhash
Platforms
fxhash
Description

un/familiar

notes on work

This is my "Hello World!" moment. I hope you are all enjoying it.

The algorithm is working well. However, it heavily depends on the "random" function, 42 different calls here and there to be exact. Therefore, it can spit some cacophonic results with a very low probability. I used the space colonization algorithm to generate the tree. You can find the paper under the name "Modeling Trees with a Space Colonization Algorithm" by Adam Runions et al. And, I am using my own guides generator. Which can be found at "automatic-layout-generator.netlify.app" if you are wondering how it behaves under certain conditions. While you reading, I want to clarify an important thing. The algorithm places the circles on each corner of the layout. Because of this behavior, the artwork requires a fixed window aspect ratio otherwise generation will differ when page size changes. To overcome this issue I disabled the adapt to window size feature.
thanks.