└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Mastering Dear ImGui in C# – Sample Chapters 2 | 3 | Hi! 👋 4 | 5 | This repository contains sample chapters from my ebook on using [Dear ImGui](https://github.com/ocornut/imgui) (via ImGui.NET) in C#. The book is focused on helping developers build application user interfaces using immediate-mode GUIs and learn a new GUI library. 6 | 7 | ## 📖 Read the Sample Chapters 8 | 9 | You can [download the free sample chapters here](https://github.com/ImAxel0/Mastering-Dear-ImGui-in-csharp/releases/tag/1.0.0). 10 | They walk through the initial setup, showcase some common ImGui widgets, styling and gathering keyboard input. 11 | 12 | ## 📘 Want the Full Book? 13 | 14 | The complete version is available here: 15 | 16 | [](https://imaxel.gumroad.com/l/mastering-dear-imgui-in-csharp/62kkt0p) [](https://imaxel0.itch.io/mastering-dear-imgui-in-csharp) 17 | 18 |
19 |
20 |