forked from StudioCherno/Walnut
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Window5000 edited this page Aug 17, 2022
·
8 revisions
- Visual Studio 2022 (not strictly required, however included setup scripts only support this)
- Vulkan SDK (preferably a recent version)
Clone the repo with git clone --recursive https://github.com/Window5000/SquirrelOld.git
Once you've cloned, run scripts/Setup.bat to generate Visual Studio 2022 solution/project files. Once you've opened the solution, you can run the WalnutApp project to see a basic example (code in WalnutApp.cpp). I recommend modifying that WalnutApp project to create your own application, as everything should be setup and ready to go.