Implementation of the 7GUI exercises (https://eugenkiss.github.io/7guis/tasks), using imgui-js in webgl

@Mark Mark authored on 27 Jun 2019
emsdk Added emsdk and imgui-js as modules (imgui-js comes with my fixes from the new git.mhack.io) 5 years ago
imgui-js Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
src Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
.gitignore Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
.gitmodules Added emsdk and imgui-js as modules (imgui-js comes with my fixes from the new git.mhack.io) 5 years ago
index.html Try using rollup with plain es2015 modules (commonjs for bind-imgui) 5 years ago
index.js.map Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
package-lock.json Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
package.json Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
rollup.config.js Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago
tsconfig.json Do all the building with the typescript rollup plugin (and ignore the cache folder for that). Include the node builtins plugin, and update imgui-js to fix the bad module references to imgui-js 5 years ago