Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.01 KB

MyVKProject

banner

#include <iostream>

int main()
{
  std::cout << "Hello!";

  return 0;    
}

The Vulkan Clone of "MyProject"

SPOILERS

Spoiler warning**I sucks at coding**

DISCORD

Discord

TODO

  • Finish Project.
  • Make a finished editor.
  • Use MyProject as an example to easily finish up this project.
  • Add License.

Now for the Credits section:

Special thanks to Khronos Group for making MoltenVK

Thanks to @BrendanGalea for Vulkan tutorials and github project

Thanks to GLFW team for working with Vulkan

Thanks to ocournut creating Imgui

and so much more people for making this project possible.