Liquid simulation using IISPH

Dam Break Simulation

Summary

A simple C++ implementation of the implicit incompressible sph model (IISPH) proposed by Ihmsen et al..

Results

References

Raytracer sandbox

Summary

A c++ raytracer based on the work of Turner Whitted and ScratchAPixel tutorials. This work is a sandbox for learning and exploring new techniques related to raytracing used for rendering images. The current implementation is extremely slow as it does leverage any acceleration structure. This project features :

Results

Simple spheres raytracing

References