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

@Mark Mark authored on 18 Aug 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 imgui-js update (new .gitignore in imgui) 5 years ago
pixi.js Bring in the packaged UMD export of pixi.js from our own repo 5 years ago
src Doesn't seem to crash with fonts now, but can't find the renderer plugin? 5 years ago
.gitignore Fixed the imgui project so we can do a dev (incremental) build and a distribution build 5 years ago
.gitmodules Bring in the packaged UMD export of pixi.js from our own repo 5 years ago
index.html Try using rollup with plain es2015 modules (commonjs for bind-imgui) 5 years ago
index.js.map Test rendering some stuff finally! 5 years ago
indexdev.html Moved the impl to the src/ folder so I can start working on a proper PIXI ImGui implementation (probably with render-to-texture) 5 years ago
package-lock.json Bring in the packaged UMD export of pixi.js from our own repo 5 years ago
package.json Bring in the packaged UMD export of pixi.js from our own repo 5 years ago
rollup.config.js Start prepping for dev SystemJS build 5 years ago
session Start working on a per-PIXI-DisplayObject context renderer for ImGui 5 years ago
tsconfig.json Fixed the imgui project so we can do a dev (incremental) build and a distribution build 5 years ago