List of projects



"Boiler" Game Engine

About

This is an ongoing project I'm working on, the goal of this project, is to write a game engine using C++ together with SFML, other libraries that is used in this project is mINI & DearImGui. You can view the project on here on GitHub.


Boiler1

This code snippet is the part of Engine.cpp where it configure a config or loads a an existing config. See example on the right:

Boiler1

Image of how the config looks currently looks like.

Video demostrating how the engine currently functions




OpenGL Game Engine

About

This was a project that was worked on during a 3D graphics and shader course that spanned four weeks in length. This project is a simple 'Game Engine' programmed in C++ & OpenGL. You can view pictures of the project below or view the project on GitHub.

OpenGL1
OpenGL2
OpenGL3