Releases: JorxPi/Engine_Master
Releases · JorxPi/Engine_Master
Release list
Engine Master v2.0 – Assignment 2
C++ DirectX12 engine made by Jordi Pi Moreno for the Second Assignment of my Masters in Advanced Programming for AAA Videogames.
It loads a duck model rendered using PBR Phong for lightning.
The model can be controled using ImGizmo to be translated, rotated and scaled and can also have it's light and material parameters changed through a ImGui menu.
Lastly, the Scene is rendered to texture and the Engine has Unity-Like organization.
Engine Master v1.0 – Assignment 1
Small C++ DirectX12 engine made by Jordi Pi Moreno for the First Assignment of my Masters in Advanced Programming for AAA Videogames. It renders a textured quad, supports different sampler modes, implements basic Unity-like camera movements and has a basic editor UI with ImGui.