Blogblog 


16

December '09

Announcing: SMUGOpenCL

SMUGOpenCL is an open-source library (MIT License) that provides a Cocoa wrapper to the OpenCL framework in Mac OS X 10.6 Snow Leopard. Its applications include game programming, scientific computing, image processing, and much more. The project is located on bitbucket at this URL: http://bitbucket.org/liscio/smugopencl. The repository includes a simple example that demonstrates how to [...]


24

November '09

Announcing: SMUGMath

SMUGMath is an open-source library (MIT License) that is designed for working with large vector data sets. Applications lie in signal processing and statistics, among many others. The project is located on bitbucket at this URL: http://bitbucket.org/liscio/smugmath. As of this writing, there is only a cursory feature set. The SMUGRealVector and SMUGComplexVector classes are defined, [...]


17

September '09

Installing Octave Packages in Snow Leopard

If you’re anything like me, and you rely on Octave in your work, then not having a working copy can be very frustrating. I stumbled on, not one, but two issues plaguing Octave in Snow Leopard. First, it appears that installing Octave via macports is busted. Actually, you’ll get stuck while building gcc45. There’s already [...]