
Posted on August 26, 2019
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

Posted on August 13, 2019
Platform Shooter Demo
This is a short platform shooter developed from scratch on Javascript and Html5 which showcases several game techniques such as slopes, parallax scrolling and basic physics. Maps Maps were built in a Map Editor called Tiled for easier… Read More
Posted on August 1, 2019
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 of your browser, these demos were made using Html5… Read More
Recent Comments