ALEXMORF / Pillars

ucsd video game dev club game jam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My submission to the UCSD Game Dev Club's Fall Game Jam:

Game name: Pillars

The game uses real-time raytracing renderer, which is achieved by performing sphere tracing with signed distance field to 3D geometries. This property is exploited to perform precise collision response and infinite geometry rendering.

Gameplay wise, it's just a game where you walk on a lonely plane with infinite pillars. Mainly just demonstrating the renderer I built.

Screenshots: image image image

About

ucsd video game dev club game jam


Languages

Language:C++ 98.6%Language:C 1.3%Language:Batchfile 0.0%