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
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ DebugUI is a UI toolkit for Ebitengine applications, primarily intended for debu
8
8
9
9
DebugUI is based on [Microui](https://github.com/rxi/microui). The original Microui was developed by [@rxi](https://github.com/rxi/microui). The original Go port was developed by [@zeozeozeo](https://github.com/zeozeozeo) and [@Zyko0](https://github.com/Zyko0).
10
10
11
-
## Example go file
11
+
## Example Go file
12
+
12
13
```go
13
14
package main
14
15
@@ -20,22 +21,23 @@ import (
20
21
"github.com/hajimehoshi/ebiten/v2"
21
22
)
22
23
23
-
const loopCount = 10
24
-
25
24
typeGamestruct {
26
-
debugui debugui.DebugUI// Place a debugui instance on your Game
0 commit comments