Projects

SVML – Simple Vector Math Library

Provides a large set of useful functions for 2, 3, and 4D vector types. The types are templated and have vector swizzling capability, both read and write. The entire library is in a single header file for maximum ease of use. Released with the MIT license via Google Code, this library is still being built. It is functionally useful, but some parts have not been fully tested.

Error

Where I place my ever expanding list of problems I’ve faced with various programs and projects, and what solved them. It helps me remember how I solved various problems without digging through code, and hopefully will provide an easy-to-use resource for others who are working on similar projects.

Perfect Layout

Several years ago, I built a CSS/HTML framework designed to solve many major layout problems such as cross-browser compatibility and combining the positive aspects of dynamic and static width layouts. Though many aspects of the framework are still valid and useful, the framework as a whole is a bit bulky, so I have stopped updating it after it’s initial release. It’s maintained as a resource for others.

Last Updated: June 5, 2010