Skip to content

Releases: JorxPi/Engine_Master

Engine Master v2.0 – Assignment 2

Choose a tag to compare

@JorxPi JorxPi released this 10 Jan 12:14

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

Choose a tag to compare

@JorxPi JorxPi released this 15 Dec 11:21

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.