Skip to content

Introductory program to Vulkan overall flow of things.

Notifications You must be signed in to change notification settings

luischavesdev/VulkanHelloTriangle

Repository files navigation

Vulkan Hello Triangle

Project meant as a starting point to anyone looking to get into Vulkan, with commented code and a Follow Along guide with further explanations. As a bonus, a similar setup is done through OpenGL in the HelloTriangleOGL.py file, in order to compare both approaches as well as set a reference point to someone that might already be familiar with the latter API. Being a Python project, there are some requirements that need to be installed though.

Requirements

For Vulkan:

For OpenGL:

  • pip install pygame
  • pip install PyOpenGL

Screenshots

About

Introductory program to Vulkan overall flow of things.

Resources

Stars

Watchers

Forks