Skip to main content

14 posts tagged with "short"

View All Tags

One min read

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

One min read

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.

One min read
Kirill Vasin

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
]]