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
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 using a brand-new Tube
See more here
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.
Learning Fraunhofer diffraction with Wolfram Language and WLJS Notebook
We refined our Graphics3D
to support different material parameters
A tandem of RevealJS and Wolfram Language made using Graphics3D
and Path-tracing
An adapted animation from Wolfram Community
Speech2Text using built-in WL's neural network
How to make simple counter animation for slides
You've likely seen videos featuring animated bar charts with a timeline, where the bars dynamically shift and overtake each other
Another raster animation. Now without OpenCL, pure WL and Compile
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.
Here is a short code snippet for atom (artistic-vision) animation
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
]]