I am on hicetnunc.xyz
Recently I’ve created a lot of new generative art. I’ve put them on hicetnunc.xyz/markknol
Read moreRecently I’ve created a lot of new generative art. I’ve put them on hicetnunc.xyz/markknol
Read moreI have a great passion for playing guitar. I’ve build a online visualization that helped me understanding the guitar fretboard better.
Check it out on: interactive-fretboard.com
Read more— JavaScript
I made a tool to write/test easing equation functions. It uses JavaScript syntax to evaluate the expression, which you can just type in. I found it helpful to test curves. I rolled out this one because I didn’t found a similar tool, most were Math or CSS related.
— Code snippets, JavaScript
ESLint can be disabled by ignoring all JavaScript files using this rule in the .eslintignore file: **/*.js
— Art and design
How I created a pixelart scene with gradient mapping to try different moods on the scene. A
sophisticated way to allow quick iterating on different colors.
— Generative art
Generated some logos using emoji and generative art.
— Generative art
I did some generative art using HTML5/canvas. It draws a target image using “stamps” out of a different source image. Each drawing step gets compared using a fitness function to see if that stamp looks more to the target or not.