Scott Jenson is a fucking legend. Mind blown by his work.

It seems I have made so much of my things pink and blue that now I can have a full operating system with this theme…

So I created a simple tool to take shaders made with the editor of the book of shaders and used the other shaders I made for the Maestro Victor ’s Quote Collection Screensaver into wallpapers for the mac (light and dark)

Turning the Simplex Shader From The Maestro Victor Quotes Collection Screensaver Into Wallpapers (2/3)

Turning the Simplex Shader From The Maestro Victor Quotes Collection Screensaver Into Wallpapers (3/3)

The handle grammar in the Archive has had quite some evolution. First I realized that I may have plural writings like “Mind Graphs” instead of “Mind Graph” and so I added that it could include an s after the handle, (you can say Mind Graph or Mind Graphs ), then it wast he problem of custom labels for places that it was stupid for example to say the whole Threshold of The Reverse Viewpoint , instead af just threshold and so the label grammar got added, you could now say threshold , and then I discovered 99% of my usage is just to make names lowercase, for that I added the new operator ! that lowercases the name so “Mind Graph” becomes “mind graph” if you do mind graph instead of Mind Graph . And given my vertical integration in that I have the compiler, vscode language definition, and the Kary Pro Colors , the syntax works perfectly with my editor as well.

So given all that was added to the Archive , I had to add an autocomplete system. And so created one. This scans through the archive and adds all the handles with the right names into the autocomplete and so I can search thought things now instead of going into the archive itself… VSCode just became the place to do these things…