#include <iostream>
int main()
{
std::cout << "Hello!";
return 0;
}
Spoiler warning
**I sucks at coding**
- Finish Project.
- Make a finished editor.
- Use MyProject as an example to easily finish up this project.
- Add License.
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.