Skip to content

Fernando-Sanz/vulkan-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Project

This is a project created with a learning purpose. It takes as start point the code explained in the very well known Vulkan Tutorial. The project will also serve as Bachelor's Degree Final Project, as the intention is to end having a Graphics Engine.

Third-party libraries:

The project depends on the following libraries used externally:

  • SDL

    • For window creation and other OS dependent operations like events.
    • License: zlib License.
  • GLM

    • For the maths behind the vertex of the models and matrices like model, view and projection.
    • License: Happy Bunny License.
  • stb

    • For image loading.
    • License: Public Domain or MIT License.
  • tinyobjloader

    • For .obj model loading.
    • License: MIT License.

License:

The source code is under MIT License.

About

Simple Vulkan renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published