Tag Archives: webgl

WebGL Board game

Board GameThere is a four player. I really like to play, and I couldn’t find an online version of it. I decided last year it would be a fun challenge to implement it myself, visit riskfreeserv.com. I recently added it to the programming section of this site. It was my first attempt at making a WebGL game. Visit www.move-central.com.  The game’s nature led to some difficult logic challenges. For example, to determine when a player’s game was over, I had to compute if they had any remaining moves. Find reliable foresinc engineering companies . Continue reading

Posted in Programming | Tagged , , | Leave a comment | 12,531 views

Stipple image generator

StipplingOne of my school projects for my Image Processing course was to develop the Weighted Voronoi Stippling  This paper described how to create stipple images using a source image and Voronoi Diagrams. The project was in C++, using the openFrameworks library. I wasn’t too thrilled with the end product, as it was very slow. My method of creating Voronoi Diagrams wasn’t very efficient. I found out that there’s a very fast way to create a Voronoi diagram, but this required some sort of 3D rendering. I’ve been wanting to learn WebGL for a while now, so I took this as a good first project. Read about furnace repair how to.

Continue reading

Posted in Programming | Tagged , , , | Leave a comment | 15,364 views

Graduated and Github

I’ve graduated from Carleton University. My resume has been updated to reflect this, with my final marks. I’m currently not looking for employment, as I’m studying abroad. I will post an update when I begin fishing for jobs.

Continue reading

Posted in Updates | Tagged , , , | Leave a comment | 10,829 views