Applications

These are some of the applications I’ve written over the years. I hope you’ll find them interesting.

Vibratium
Vibratium allows you to generate unique animations that would be impossible to do manually.

HexOut
HexOut is an extremely small and fast interactive console hex file viewer written in c#. Download and source code are available.

Escher
Escher is a fun little drawing app. It’s kind of like a cross between MS Paint, a kaleidoscope, and a spirograph.

SSELibrary
SSELibrary is an unmanaged C++/C# library I developed that allows you to easily take advantage of the performance gains of the instruction sets for SSE2, SSE3, SSE4.1, SSE4.2, AVX1, and AVX2. These are specialized instruction set particularly well suited for graphics and numerical calculations. Vibratium uses this library to achieve a roughly 10x increase in performance.

Unique
Unique is a cmd line utility to dump the unique lines in a text file and optionally sort them. Source included.