6 ms·
It's not I'm afraid, no. To be honest I'm embarrassed about the code quality, since I mostly just hacked it together for myself and was a hobby project more tha
by dannyking 4y ago
It's not I'm afraid, no. To be honest I'm embarrassed about the code quality, since I mostly just hacked it together for myself and was a hobby project more than anything else, so I didn't release the source anywhere or think much about licenses. Having said that, here are the two JS files that power the "make your own color orb" browser tool:
https://www.dannyking.uk/js/colororbs/dna.js https://www.dannyking.uk/js/colororbs/dna.js
https://www.dannyking.uk/js/colororbs/sketch.js https://www.dannyking.uk/js/colororbs/sketch.js
The latter being the core rendering algorithm (inside the setup() and draw() functions).
- oknoorap 4y agoThanks. And no worries, people won't judge or blame bad codes. In open source world, what we did is collaboration, we help each other :wink: and once again thank you.