Skip to content

GeeShey/Vulkan-3D-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan-3D-Engine

This is a simple 3D engine made using Khronos Vulkan API

Feature List

  • 3D mesh rendering
  • camera/view matrix implementation (movable camera)
  • basic texture mapping with UV support
    • albedo
    • specular
    • normal
  • lighting support
  • flexible pixel + vertex shader support

Instructions:

  • Execute the .sln file( the .exe file located in the release folder has path conflicts)
  • enter numbers 3-8 depending on the scene you wish to load oon the console window.
  • press enter on the console

Screenshots:

5 2 3 4

About

This is a simple 3D engine made using Khronos Vulkan API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages