Skip to content

Toy engine. First steps with Vulkan, following vulkan-tutorial.com

Notifications You must be signed in to change notification settings

javiersalcedopuyo/VirtualPhoenixEngine

Repository files navigation

VIRTUAL PHOENIX ENGINE (WIP)

Toy engine written in C++ using Vulkan.

Currently supports:

  • Load multiple .obj models
  • Create materials with different textures
  • Multiple colored point lights
  • Mouse scene navigation
    • Right click + drag: Look around
    • Middle click + drag: Move the camera along the vertical plane
    • Scroll: Move the camera forward/backward

Demo01

Special Thanks

@cambalamas for all the help, specially regarding CMake and Assimp.