DirectX 11 Making a Basic Engine From Scratch
- ngonczol
- Nov 1, 2023
- 1 min read

This project I made for my University work where I had to work in an API I never used before. What I made is a basic Engine which can import .obj files and display, rotate, translate and scale them. Unfortunately I wasn't able to make lighting work due to running out of time. This was one of the first projects which made me interested in working with the GPU.

Comments