Skip to content

Commit

Permalink
doc: minor additions
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed Dec 22, 2024
1 parent b09f02f commit 9322b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A GUI technology with ...
This repository contains the C++ code needed to render ImZero [GUI commands](./spec/ImZeroFB.fbs) and generating ImZero [user interaction events](./spec/ImZeroFB.fbs).


See [imzero.go](./go/imzero.go) for a sample driver application using the ImZero go binding [Boxer](https://github.com/stergiotis/boxer). The necessary patches for ImGui are available in [here](https://github.com/stergiotis/imgui/tree/imzero_hooks_docking).
See [imzero.go](./go/imzero.go) for a sample driver application using the ImZero go binding [Boxer](https://github.com/stergiotis/boxer). The necessary patches for ImGui are available in [here](https://github.com/stergiotis/imgui/tree/imzero_hooks_docking), see [diff](https://github.com/ocornut/imgui/compare/v1.91.3-docking...stergiotis:imgui:imzero_hooks_docking) for summary of the neede changes.

## Screenshots
<img src="./doc/img/screenshots/skia.png"></img>
Expand Down

0 comments on commit 9322b76

Please sign in to comment.