StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
2.06k stars 378 forks source link

Enable building in Linux from default checkout #65

Open penguin359 opened 10 months ago

penguin359 commented 10 months ago

This is the third in a series of PRs to clean up the build of Walnut-Chat Headless on Linux.

This PR ensures some auto-generated files from premake5 are ignored by Git and enables premake5 to be executable from the initial checkout of Walnut.

I have this PR as a draft for the moment as it depends on the following PRs to be complete:

StudioCherno/Walnut-Networking#2 TheCherno/yaml-cpp#4

Once those have been approved, I'd like to update this PR to point to the updated commits before this is merged.