6 commits | 11 files changed | 0 commit comments | 1 contributor |
|
Start work on multi-instance ImGui | 6cbf34a |
|
Update imgui (new .gitignore) | 8c73cc0 |
|
Actually, for dev builds, we *do* need by default SystemJS modules | 9f694ef |
|
imgui-js needs to be imported as an ambient module from imgui_impl in order for typescript to not think that it's a separate module, and giving all globals (like bind) a suffix (bind$1) | 5a84aac |
|
Attempt to just use commonjs modules so we can import from elsewhere with rollup | 5823a66 |
|
Bring imgui to a local fork, and ignore some files | 7c44c4a |
.gitignore |
---|
.gitmodules |
---|
bind-imgui.js |
---|
dist/imgui.umd.js |
---|
dist/imgui_impl.umd.js |
---|
example/imgui_impl.js |
---|
example/imgui_impl.js.map 0 → 100644 |
---|
example/imgui_impl.ts |
---|
imgui |
---|
Not supported
|
imgui.ts |
---|
tsconfig.json |
---|