Apr 21, 2025

Portfolio and DX11!?

Online Portfolio is live!

https://keromena.dev/

I finally set up my portfolio online, and updated my resume. It made me realize that I need to do a much better job about documenting my process/learning.

This is the first of many daily updates that I will begin doing.

No matter if it’s for a game or for my own development I’ll be documenting all my steps and keeping track of projects better.

Following a tutorial on creating a 3D Game with DirectX 11 & C++

I’ve been learning and studying with C++ for the past few weeks now, and some of the concepts still don’t make a whole lot of sense to me, however following some tutorials and watching certain lectures has helped me gain more knowledge. This is a relatively new video so I decided to follow this tutorial and i’m pretty sure he’s using modern paradigms

So far I’ve followed the tutorial successfully and have a window.

  • My concern is since we’re using DirectX 11 is that I lose the capability to have a mac build and I should be focusing on cross platform building since this is one of the reasons why I decided to start learning C++