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

@Mark Mark authored 5 hours ago
emsdk Added emsdk and imgui-js as modules (imgui-js comes with my fixes from the new git.mhack.io) 6 years ago
imgui-js More update changes?? (not sure, just wanted to save this so I can delete the project) 5 hours ago
pixi.js - Update the pixi version to 5.1.4 (cleaned up the pixi fork submodule in the process) 6 years ago
src - Update the pixi version to 5.1.4 (cleaned up the pixi fork submodule in the process) 6 years ago
.gitignore Fixed the imgui project so we can do a dev (incremental) build and a distribution build 6 years ago
.gitmodules ignore the loaded sdk/temp build files in emsdk 6 years ago
index.html Try using rollup with plain es2015 modules (commonjs for bind-imgui) 6 years ago
index.js.map Test rendering some stuff finally! 6 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) 6 years ago
package-lock.json More update changes?? (not sure, just wanted to save this so I can delete the project) 5 hours ago
package.json - Update the pixi version to 5.1.4 (cleaned up the pixi fork submodule in the process) 6 years ago
rollup.config.js Start prepping for dev SystemJS build 6 years ago
session Kind of have rendering working... every other frame 6 years ago
tsconfig.json Use EXT_color_buffer_float to support blending from our render texture, using format=RGBA and type=FLOAT 6 years ago