Skip to main content

One min read
Kirill Vasin

Adapted example by Gabriel Lemieux (2025)

The Galton Board notebook simulates the behavior of a physical Galton board鈥攁 device that demonstrates the Central Limit Theorem using a grid of pegs and falling balls that bounce randomly to form a bell-shaped distribution.

5 min read

Using Basic ML with Wolfram Engine

Hi there! I am working as a spectroscopist. We shine light through the samples and estimate how much is absorbed and at which frequency. In this case, it is quite crucial to know the light spot, which is collimated by a special copper aperture:

2 min read
Kirill Vasin

Developers log

It is clear, that not everyone is happy with WLJS rendering engine. Some styles might be different or look different from the traditional Mathematica's plots. For this reason we have MMAView allowing to use built-in raster rendering engine of Wolfram Engine.

But is it possible to animate things or use Manipulate together with MMAView?

19 min read
Kirill Vasin

An Ultimate Guide for non-WLJS or non-WL users

The idea of programmatically generating slides and graphics for presentations, reports, or lecture notes is far from new. Today, you can do this using Python, HTML, JSX, Julia, and more. Most of these tools follow a similar concept鈥攃ombining declarative markup like Markdown and HTML. We鈥檒l follow a similar path but add support for dynamic elements, reusable components, and event bindings. Sounds complicated? Actually, the goal is to simplify.

鈿狅笍 Heads-up: This approach involves traditional text-based programming.

鈿狅笍 Warning: Lots of images ahead. It is about presentations 馃槃


8 min read
Kirill Vasin

using GeoData, surface plot, and a bunch of other beautiful stuff

Have you ever played Outer Wilds? The planets there are incredibly beautiful. This actually became the main motivation to create my own simple model of a planet, using real geographical elevation data and a bit of Wolfram Language magic.

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.