Skip to content

Quartz Demo - Alpha 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@NebulousDev NebulousDev released this 22 Jan 23:02
· 25 commits to master since this release

A simple graphics engine written in C++ and Vulkan

Changes:

  • Reintroduced textures
    • Diffuse textures
    • Normal maps
    • Specular maps
  • Added Lighting
    • Directional Lights
    • Point lights
  • OBJ Loader now generates binormal and tangent data
  • Various bug fixes