Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 431 Bytes

VEngine

This is an old version of my hobby render engine that I also used to implement my masters thesis. It is written in C++ and features both Vulkan and D3D12 backends using a custom abstraction layer.

Controls

  • Right click + mouse rotates the camera.
  • WASD moves the camera

How to build

The project comes as a Visual Studio 2019 solution and already includes all dependencies. The Application should be build as x64.