houseed

houseed is a set of python scripts for Houdini to add support for the OpenShadingLanguage and the appleseed renderer. The official website of appleseed can be found at http://appleseedhq.github.io/ The github code repository of appleseed and houseed is located at https://github.com/appleseedhq

Posted in Projects | Tagged , , , | Comments Off on houseed

RetroNumericalMethods

Retro Numerical Methods located at https://bitbucket.org/Zulfiqar/retronumericalmethods is a set oc C++ templates for solving among others roots of functions, ordinary differential equations and integrations.

Posted in Projects | Tagged , | Comments Off on RetroNumericalMethods

RetroTracer

RetroTracer is at this moment a copy of the raytracer code from the Realistic Ray Tracer book by Peter Shirley and Keith Morley. It is my C++ test bed and tutorial project to improve my programming skills. I do hope to add support for volumes (openvdb) and some of the other Open projects (openimageio, osl etc). The repository can be found at: https://bitbucket.org/Zulfiqar/retrotracer

Posted in Projects | Tagged , | Comments Off on RetroTracer

RetroShaders

RetroShaders is my repository of shaders from Texture & Modelling, The Essential Renderman and the Advanced Renderman book. The shaders are written in vex, Houdini’s shader language. With houseed finished I will soon add some OpenShadingLanguage variants as well.

The repository can be found at: https://bitbucket.org/Zulfiqar/retroshaders

Posted in Projects | Tagged , , , | Comments Off on RetroShaders

femmes

Femmes is a test project to create a finite element solver plugin for Houdini. It can be found on bitbucket at: https://bitbucket.org/Zulfiqar/femmes

Its goal was to incorporate soft body dynamics and fracturing without using the voronoi algorithm.

Posted in Projects | Tagged , , | Comments Off on femmes