Skip to content

Commit

Permalink
README: Update "How it works" section of a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 19, 2024
1 parent 25d6b87 commit c124ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ In Actions tab, manually trigger `Compile cimgui` workflows.

## How does it work?

- `cimgui/` directory holds C binding for C++ Dear ImGui libraries
- generator bases on `cimgui/{package_name}_templates` and generates all necessary GO/C code
- `libs/` contains pre-built shared libraries. `cimgui.go` includes and uses to decrease building time.
- `cwrappers/` directory holds C binding for C++ Dear ImGui libraries
- generator bases on `cwrappers/{package_name}_templates` and generates all necessary GO/C code placing it in `{pkgname}/` directories in the root of cimgui-go
- `libs/` contains pre-built shared libraries. `cflags.go` includes and uses to decrease building time.

0 comments on commit c124ed3

Please sign in to comment.