2019-09-01
@Mark
More work on mouse interactions, and fix scissor clip rects being upside down
Mark committed on 1 Sep 2019
2019-08-30
@Mark
Mouse interaction working
Mark committed on 30 Aug 2019
@Mark
- Update PIXI with some fixes for floating point textures ...
Mark committed on 30 Aug 2019
2019-08-29
@Mark
More attempts at making render-to-texture work...
Mark committed on 29 Aug 2019
2019-08-27
@Mark
Use EXT_color_buffer_float to support blending from our render texture, using format=RGBA and type=FLOAT ...
Mark committed on 27 Aug 2019
2019-08-23
@Mark
Fix flipped texture
Mark committed on 23 Aug 2019
2019-08-20
@Mark
Fixed the flickering rendering by making sure we properly save the gl state ...
Mark committed on 20 Aug 2019
2019-08-19
@Mark
Kind of have rendering working... every other frame
Mark committed on 19 Aug 2019
@Mark
Plugin working, render texture not displaying
Mark committed on 19 Aug 2019
2019-08-18
@Mark
Doesn't seem to crash with fonts now, but can't find the renderer plugin?
Mark committed on 18 Aug 2019
@Mark
Per-context IOs all over the place, but font loading is failing :(
Mark committed on 18 Aug 2019
@Mark
Multi-contexts
Mark committed on 18 Aug 2019
2019-08-11
@Mark
More work on per-Sprite ImGui contexts (looks like we have different IO for every context, so make sure we set all of them)
Mark committed on 11 Aug 2019
2019-07-19
@Mark
Start working on a per-PIXI-DisplayObject context renderer for ImGui
Mark committed on 19 Jul 2019
@Mark
Bring in the packaged UMD export of pixi.js from our own repo
Mark committed on 19 Jul 2019
2019-07-05
@Mark
imgui-js update (new .gitignore in imgui)
Mark committed on 5 Jul 2019
@Mark
Moved the impl to the src/ folder so I can start working on a proper PIXI ImGui implementation (probably with render-to-texture)
Mark committed on 5 Jul 2019
2019-07-03
@Mark
Background color, start looking at better PIXI integration (need to be pixi-aware in imgui_impl)
Mark committed on 3 Jul 2019
@Mark
Fix watch script (need to look at ./src) ...
Mark committed on 3 Jul 2019
@Mark
ImGui 'kind of' works in the PIXI renderer, but it seems scaled (DPI aware now???) and the mouse doesn't work
Mark committed on 3 Jul 2019
2019-07-02
@Mark
Start integrating ImGui into the pixi renderer
Mark committed on 2 Jul 2019
2019-07-01
@Mark
Fixed the imgui project so we can do a dev (incremental) build and a distribution build
Mark committed on 1 Jul 2019
2019-06-30
@Mark
Start prepping for dev SystemJS build
Mark committed on 30 Jun 2019
2019-06-28
@Mark
Test rendering some stuff finally!
Mark committed on 28 Jun 2019
2019-06-27
@Mark
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
Mark committed on 27 Jun 2019
2019-06-19
@Mark
Try using rollup with plain es2015 modules (commonjs for bind-imgui)
Mark committed on 19 Jun 2019
2019-06-18
@Mark
Try rollup (does it combine files?)
Mark committed on 18 Jun 2019
@Mark
Very simple setup with systemjs. Doesn't load modules, doesn't rollup yet
Mark committed on 18 Jun 2019
2019-06-17
@Mark
Actually call init() on window load
Mark committed on 17 Jun 2019
2019-06-13
@Mark
Test index.html and main.ts file just to load up ImGui. May have to switch the module setup on imgui-js to not use systemjs, and go with something browserify-compatible
Mark committed on 13 Jun 2019