Skip to content
View ChristineZheng's full-sized avatar

Block or report ChristineZheng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Fluid-Simulation Fluid-Simulation Public

    We first develop a simple particle renderer with controls. We then attempt to use a particle-based approach to simulate water. The key to simulating any fluid is enforcing incompressibility. Unfort…

    C++ 7 3

  2. Rasterizer Rasterizer Public

    In this project, I implemented a rasterizer that allows me to take an image and draw it on a screen by converting it into a raster image with calculating pixel values. It takes a stream of pixels a…

    C 3 1

  3. Cloth-Simulator Cloth-Simulator Public

    In the project, I implemented a real-time simulation of cloth using a point masses and springs system. The cloth is divided into evenly spaced point masses and then connected by springs. The positi…

    C++ 3 3

  4. PathTracer PathTracer Public

    In this project, I explored ray generation, ray-scene intersection, acceleration, direct and indirect lighting, and some basic materials. It is very interesting to see different implementations aff…

    C 2 2

  5. Mesh-Editor Mesh-Editor Public

    Mesh is made up of many triangles that combined together. It is very amazing to explore how these tiny triangles oriented in different ways can make billions of things! Using halfedge data structur…

    C 1

  6. Ray-Tracer Ray-Tracer Public

    This project is added with more complicated materials, environment lights, and depth of field to your ray tracer. It is very interesting to see different materials applied on the mesh with differen…

    C 1