Vector fields

It’s been a while since i updated my blog, i have been reading about multivariable calculus lately and i read a little about vector fields which was a subject that is really fascinating. More about that here: https://en.wikipedia.org/wiki/Vector_field#:~:text=In%20vector%20calculus%20and%20physics,a%20point%20in%20the%20plane…. Read More

Rudimentary FPS – Pure Javascript and Canvas

This entry is to show how to implement a FPS camera and controls for a 3d game. The demo uses flat shading for polygons, the polygons are not clipped in the camera view space nor in the screen… Read More

Sierpinski

These are some experiments with the Sierpinski fractal which is subdivided recursively into smaller equilateral triangles. You can view the source code doing right click then source code option on your browser, these demos were made using Html5… Read More

Little Rabbit Experiment #2

This is a 3d demo which shows the vertices of a 3D Rabbit model, it can be rotated with the mouse. This demo was implemented on Html5 and Javascript using the canvas element. In order to preview the… Read More

Ball Room Experiment #1

This is a small 3d demo which shows bouncing balls inside a cube, not so interesting but it looks good. This demo was implemented on Html5 and Javascript using the canvas element. In order to preview the graphics… Read More