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

@Mark Mark authored on 1 Sep 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 - Update PIXI with some fixes for floating point textures 5 years ago
src More work on mouse interactions, and fix scissor clip rects being upside down 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 - Update PIXI with some fixes for floating point textures 5 years ago
package.json - Update PIXI with some fixes for floating point textures 5 years ago
rollup.config.js Start prepping for dev SystemJS build 5 years ago
session Kind of have rendering working... every other frame 5 years ago
tsconfig.json Use EXT_color_buffer_float to support blending from our render texture, using format=RGBA and type=FLOAT 5 years ago