WalnutAppTemplate icon indicating copy to clipboard operation
WalnutAppTemplate copied to clipboard

Walnut application template to easily make new Walnut apps

Results 15 WalnutAppTemplate issues
Sort by recently updated
recently updated
newest added

paired with https://github.com/TheCherno/Walnut/pull/22, wip until that is merged and we can bump the walnut commit based off of the wonderful work done by @bernhardkaindl

Hi, I am pretty new to this so I am wondering how would I add a separate imgui component like [implot](https://github.com/epezent/implot) i would need to add `ImGui::CreateContext(); ImPlot::CreateContext(); ... ImPlot::DestroyContext();...

I've managed to get this example running on linux using the meson build system without being invasive on the part of the submodules. Is this something that can be added...

Although Vulkan doesn't support Arm64 (yet) it would be great to include both x64 and Arm64 architectures

Consider including GSL https://github.com/microsoft/GSL to write code inline with the GSL and things like Expects and Ensures

Logging is common in these apps, spdlog would be a great inclusion

During the build process i get about 800 LNK2005 errors (multiply defined symbols). Its always as follows (Just imagine this but 800 times with all sorts of different functions) :...

I followed the unstructions but it won't build getting Cannot open include file 'vulkan/vulkan.h'

Hey, I'm currently trying to use the template for going through the RayCasting tutorials, I have both Vulkan and Vs2022 installed correctly but while trying to run the `scripts/Setup.bat` from...