Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelSenseiAvi committed Feb 17, 2023
1 parent 9e4c156 commit 2e4358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GLADWalnut is a simple application framework built with Dear ImGui and designed
Currently supports Windows & Linux - with macOS planned. Setup scripts support Visual Studio 2022 by default.

## Requirements
- [Visual Studio 2022](https://visualstudio.com) (not strictly required, however included setup scripts only support this)
- [Visual Studio 2022](https://visualstudio.com) (Only for Windows build.)

## Getting Started
Once you've cloned, run `scripts/Setup.bat` to generate Visual Studio 2022 solution/project files. You can use CMAKE for building project on linux. 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.
Expand Down

0 comments on commit 2e4358f

Please sign in to comment.