top of page

Not Games

A bit further off, but still applicable.

image_2022-05-31_162457599.png

Also applied a parallax rendering option allowing for greater detail by applying a heightmap in the shaders.

Worked by calculating an angle between each pixel and the light source and simulating height on a flat 2d surface.

image_2022-05-31_163747001.png

Open GL

Parallax Renderer

Full OpenGL 3D model renderer built with C++

Was capable of rendering .obj files in wireframe or filled mesh mode, and applying associated normal maps.

Available on github

image_2022-05-31_162345082.png
image_2022-05-31_162302168.png

A picture I took of the actual Utah Teapot

Covey.town Text Chat

Fullstack webapp game built using Typescript and React

2D role playing game with integrated video chat similar to Gather.town. Video chat integration built with Twilio API.

Created global and private messaging module for the game with custom built back and front end.

image_2022-05-31_195432180.png

Backend allowed for expandable censorship rules and in game emoji chats.

image_2022-05-31_195615951.png
image_2022-05-31_200306555.png
image_2022-05-31_200151429.png

© 2023 by Jonathan Gold

bottom of page