buildaworldnet / IrrlichtBAW

Build A World fork of Irrlicht
http://www.buildaworld.net
Apache License 2.0
122 stars 28 forks source link

Vulkan Hello World Test #475

Closed devshgraphicsprogramming closed 3 years ago

devshgraphicsprogramming commented 4 years ago

I have just two questions:

devshgraphicsprogramming commented 4 years ago

I added SDL2 submodule to 3rdparty.

Cmake will need touching up to add it as a dependency of Irrlicht target

Here's a list of resources on SDL2 and Vulkan: https://docs.tizen.org/application/native/guides/graphics/vulkan https://github.com/Z80Fan/VulkanDemos https://sopyer.github.io/b/post/minimal-vulkan-sample/ https://www.gamedev.net/forums/topic/699117-vulkan-with-sdl2-getting-started/

devshgraphicsprogramming commented 4 years ago

I also included volk

https://github.com/zeux/volk

no need to make it a dependency, you can use it in header-only-mode

devshgraphicsprogramming commented 4 years ago

why did you copy my commit and not merge my branch, this is a recipe for conflicts when merging