A* visualizer


A project to explore and visualize a weighted and non-weighted implementated of the AStar algorithm.
Auto-tiler

Test of an automatic tiling algorithm for a 2D tile editor.
Billboarding


Testing several types of billboarding methods.
Gear tooth profile generator

A generator built to construct a tooth outline from a list of parameters.
Frustum visibility

Test the intersection of points,AABB, and spheres with a frustum.
Object Picking

Test of a few different 3D object picking methods(raycast,color coding,selection buffer).
Rectangle list saver

A utility to save a list of rectangle drawn on an image.
SmoothDriver Tweening

Test of a tween method by Bloom.
Spline manipulation

Experimenting with splines.
Opengl static lights

Test of opengl fixed-pipeline lights.
Tweening

Test of many tweening types.
Virtual trackball

Rotating the cube by use of a virtual trackball.