Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.27 KB

File metadata and controls

16 lines (9 loc) · 1.27 KB

flying-ring-chaser

Creating a graphic engine and its Shaders using WebGl and Javascript (Browser supported OpenGl) without pre-made Libraries to able to showcase a video game .The goal was to create from scratch a video game and its shaders without using any pre-built libraries. To do so we would use JavaScript as instruction given by the CPU and GLSL for implementing the shaders (Fragement and vertex shaders) within the GPU. The API used to allow communication is WebGL.

Capture1 Capture2 Capture3

In order to launch the project , you will need to install a chrome extension , as per default the browser doesn't allow for the files to be loaded for security reasons. This chrome extension is called Web server for Chrome

Extension

This project allowed my colleagues and I to receive the "cum Laude" mark for the course of computer graphics.