Quentin.rsl
Front-end developper, CS and Math student
Cube intersection

Compute and display the intersection of a rotating cube and a plane, in vanilla Javascript.
Created for a High School math challenge.

Try
Menger sponge

A visualization of the Menger Sponge 3D Fractal using THREE.js.

Try
Sierpinski pyramid

A visualization of the Sierpinski pyramid 3D Fractal using THREE.js.

Try
Koch Snowflake

A visualization of the Koch Snowflake fractal in vanilla JS.

Try
Forest fire

An interactive simulation of a forest fire using a percolation algorithm.

Try
Fractal tree generator

A customizable fractal tree generator.

Try
The primes in polar coordinates

Each prime number N is represented by a dot at distance N from the origin and with an angle of N radians.
Notice the patterns emerging as we zoom away.

Try
Taylor series

Compute and graph the taylor expansion of a given function.

Try