From 9e4c1564a0c694a8272a929998bfdd86da782f4b Mon Sep 17 00:00:00 2001 From: Avi Garg Date: Wed, 28 Dec 2022 17:06:07 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cf166d..5ee941b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ GLADWalnut is a simple application framework built with Dear ImGui and designed to be used with GLAD - basically this means you can seemlessly blend real-time GLAD rendering with a great UI library to build desktop applications. The plan is to expand Walnut to include common utilities to make immediate-mode desktop apps and simple GLAD applications. This is inspired from @TheCherno Walnut which was written in Vulkan api. -Currently supports Windows - with macOS and Linux support planned. Setup scripts support Visual Studio 2022 by default. +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) ## Getting Started -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. +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. ### 3rd party libaries - [Dear ImGui](https://github.com/ocornut/imgui)