andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

Glfw subrepo #23

Closed FunMiles closed 4 years ago

FunMiles commented 4 years ago

This branch removes the precompiled glfw and replaces it with a subrepo of the source code. I've added directions in the README.md on how to build the examples on Unix machines.

andy-thomason commented 4 years ago

Thanks. This is probably the way to go to maintain cross platform compatibility.

On Mon, Apr 6, 2020 at 11:14 PM FunMiles notifications@github.com wrote:

This branch removes the precompiled glfw and replaces it with a subrepo of the source code. I've added directions on how to build the examples on Unix machines.

You can view, comment on, or merge this pull request online at:

https://github.com/andy-thomason/Vookoo/pull/23 Commit Summary

  • Remove precompiled GLFW
  • git subrepo clone https://github.com/glfw/glfw.git external/glfw
  • Create main a basic project CMakelists capable of compiling the glfw library and the examples. Fix path to ktx file.
  • Use target_link_libraries to address include paths for glfw and Vulkan.
  • Update the README to give instructions on how to build the examples.

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andy-thomason/Vookoo/pull/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL36XH7UXZ6VWUOQEGERZLRLJH3RANCNFSM4MCUNCEA .