Spirograph-like curves arise from simple sums of rotating vectors; a tiny tweak in frequency or phase yields striking patterns.
13 posts tagged with "short"
View All TagsAutomata-like shooter. A teaser
A game running in the notebook? Ha?! 🐺👾

I was playing recently too much of Nier:Automata and decided to recreate a hacking mode in WLJS Notebook & Wolfram Language
Sorry for not posting a source code, I will make a blog post later on it
Point charges plot
Attempts to make sort of a fast OOP structures
Can you image Graphics to be that fast? 🌊 No raster images was used

Each block is
Translate[{Opacity[life], RGBColor[life, 0, 1-life], Rectangle[{-1,-1}, {1,1}]}, t]
Please see FrontProxy in the documentation for more information.
Fraunhofer diffraction
Learning Fraunhofer diffraction with Wolfram Language and WLJS Notebook

Path-tracing example
We refined our Graphics3D to support different material parameters

RevealJS x WL logo code
A tandem of RevealJS and Wolfram Language made using Graphics3D and Path-tracing

How to make simple counter animation for slides
How to make simple counter animation for slides

Animated bar charts
You've likely seen videos featuring animated bar charts with a timeline, where the bars dynamically shift and overtake each other

Trippy raster animation
Another raster animation. Now without OpenCL, pure WL and Compile

Covariant Matrices and Ellipses
By simply computing the covariance matrix and finding its eigenvectors and -values, you can determine the principal axes and the corresponding lengths of the ellipse.
"Atom" animation
Here is a short code snippet for atom (artistic-vision) animation

Autocomplete Input
We added a new standard input element! InputAutocomplete. Here is a short demo on that together with a text-to-speech example
EventHandler[InputAutocomplete[Function[{data, cbk},
cbk[DictionaryLookup[data<>"*", 6]];
], "ClearOnSubmit"->False], Function[text,
SpeechSynthesize[text, GeneratedAssetLocation -> None] // EmitSound
]]
-d50a7ba43aa803d771af46637606cc2f.jpg)