After a two-day hiatus I decided to work on the engine again, didn't know what to do so it occurred to me that having to recompile the entire thing because I wanted to change the value of some variable was very time consuming, and using glfwGetTime() just wasn't going to cut it anymore.

So here's ImGui in action:

As this is my first time working with it, making it work was something of a hassle but in the end it turned out to be rather simple. Was it worth it? Definitely. This is a great library, it is really easy to use and the results are great.

Now I am a bit lost, I know that I have a lot to do, but I just don't know what, a TODO list might be nice. I'll make another post when I figure it out, til then, c ya.