Skip to content

Commit 6c25ea6

Browse files
committed
Update README.md
1 parent 6728607 commit 6c25ea6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Designed to be simple, readable, and easy to extend, ideal for game engines, too
2828
## 🚩 Quick Start - Run the Examples
2929

3030
In the root directory are a main **Makefile** for building two simple examples:
31+
3132
- **Spinning ASCII Donut**: A terminal-based 3D donut animation (in `examples/donut-basic/`)
3233
- **ImGui + GLFW Demo**: A graphical window using ImGui and GLFW (in`examples/ImGui/`)
3334

@@ -48,6 +49,8 @@ make run-donut
4849
make run-imgui
4950
```
5051

52+
**Note**: To run the ImGui example, copy the required `glfw3.dll` from the `lib/` folder to the `build/app/` directory after building.
53+
5154
> If you want to know more commands type in the terminal `make help`
5255
5356
## Main Commands

0 commit comments

Comments
 (0)