Little Rabbit Experiment #2

This is a 3D demo that shows the vertices of a 3D rabbit model. It can be rotated with the mouse. This demo was implemented in HTML5 and JavaScript using the canvas element. To preview the graphics demo,… Read More

Ball Room Experiment #1

This is a 3D demo that shows bouncing balls inside a cube. It is not that interesting, but I like how it looks. This demo was implemented in HTML5 and JavaScript using the canvas element. To preview the… Read More

Matrix Transformations

This entry is not about a game project but more about game development. I am dedicating this post to one of the major math concepts being used in game programming and computer graphics in general: Matrix Transformations. The… Read More