First Engine Ever

TECHNOLOGY USED:

  • C++
  • OPENGL
  • GLSL
  • SDL2

This project is a really simple game engine I made in the first semester of my Master degree.

I really like this one because before creating it, I was almost ignorant on game architecture and programming in C/C++. However, after 4 months on training, I came up with this.

The picture below is a screenshot of a mini-game I implemented very quickly with the engine, to show some of its features.

 

Capture

Really simple game as a demo of the engine features

If you are curious about how I used to program by 2015, take a look at my code in the link below:

https://github.com/mariojulio-digipen/FirstEngineEver

 

Also, if you want to play the game, compile the game in visual studio 2013 (or platform toolset v120) – Game instructions are included in the README file.

Previous Work

MJEngine

Next work

Graphics Programming Collection (Basic)