Vulcan #6
Using yesterday's conventions, Vulcan #4, today's image is
var a = frac(x);
var b = frac(y);
pixel.value = a+b;
Simple addition of the fractional parts.
I spent most of last year writing a new Art program. I am using that program now. It is working well, although I am still finding some small bugs. There are a few new features that I added with high hopes that are falling short of expectations. Just the normal things that are best discovered and understood by using the tool.
One of the new features is that I can interactively write an run C# scripts. In the previous version for reuse I had to write a new function/class and add it to a library, (with the associated compile and test loop). I had a simple scripting language, which had no where near the capabilities as the full computer language like C#. Now C# is my scripting language.