-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from djfos/feature/detailed-test
write widget part of demo window in dimgui
- Loading branch information
Showing
49 changed files
with
15,838 additions
and
4,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# /.vscode | ||
/.vscode | ||
/build | ||
|
||
# imgui window status | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
# dimgui | ||
|
||
> Port Dear ImGui to Deno. | ||
# Status | ||
> Not ready for use | ||
|
||
> For now, only build on windows with opengl backend. | ||
# Usage | ||
``` bash | ||
# build | ||
deno task build | ||
|
||
# generate cimgui ffi symbols | ||
```typescript | ||
// TODO | ||
``` | ||
|
||
# Contribute | ||
|
||
```bash | ||
# build the shared library | ||
deno task build | ||
# generate cimgui ffi symbols and many draft to copy | ||
deno task gen | ||
# test for window created by imgui.dll | ||
deno task test-self | ||
# test for window created by dwm | ||
deno task test-dwm | ||
deno task test-dwm | ||
# test for window created by embeded glfw | ||
deno task test-self | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.