Skip to content

Releases: NebulousDev/QuartzEngine

Quartz Demo - Alpha 0.3.1

23 Jan 16:48
Compare
Choose a tag to compare
Pre-release

A simple graphics engine written in C++ and Vulkan

Changes:

  • Vastly improved performance
  • Bug fixes

Quartz Demo - Alpha 0.3.0

22 Jan 23:02
Compare
Choose a tag to compare
Pre-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

Quartz Demo - Alpha 0.2.0

20 Jan 05:11
Compare
Choose a tag to compare
Pre-release

This is a simple tech demo of the progress of my engine so far.
This demo is of the engine working after a massive re-write of the entire graphics and platform systems.
(Textures not yet implemented)

The following models are available:

  • Bunny.bat
  • Cube.bat
  • Dragon.bat
  • TestScene.bat