You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Option 1: View the spinning ASCII donut (terminal animation)
45
+
make run-donut
46
+
47
+
# Option 2: Open the ImGui window (graphical demo with GLFW)
48
+
make run-imgui
49
+
```
50
+
51
+
> If you want to know more commands type in the terminal `make help`
52
+
28
53
## Main Commands
29
54
30
55
| Command | Description | When to use |
@@ -65,6 +90,7 @@ make run -j12
65
90
- This prevents the terminal from becoming a mess when compiling dozens/hundreds of files at once.
66
91
67
92
-**Note**: Start with `-j4` or `-j8` and increase until you find the sweet spot for your machine (too high can cause memory thrashing if RAM is limited).
93
+
-**On linux**: The verbose mode not deactivates automatically, so you can use `-s` to reduce output if needed.
68
94
69
95
## ⚙️ Customization
70
96
@@ -74,7 +100,7 @@ These variables control the behavior of the project and can be overridden direct
0 commit comments